Uses of Class
com.twelvemonkeys.util.LinkedMap.LinkedEntry
Packages that use LinkedMap.LinkedEntry
-
Uses of LinkedMap.LinkedEntry in com.twelvemonkeys.util
Fields in com.twelvemonkeys.util declared as LinkedMap.LinkedEntryModifier and TypeFieldDescription(package private) LinkedMap.LinkedEntry<K, V> LinkedMap.head(package private) LinkedMap.LinkedEntry<K, V> LinkedMap.LinkedMapIterator.mLastReturned(package private) LinkedMap.LinkedEntry<K, V> LinkedMap.LinkedMapIterator.mNextEntry(package private) LinkedMap.LinkedEntry<K, V> LinkedMap.LinkedEntry.next(package private) LinkedMap.LinkedEntry<K, V> LinkedMap.LinkedEntry.previousMethods in com.twelvemonkeys.util that return LinkedMap.LinkedEntryModifier and TypeMethodDescription(package private) LinkedMap.LinkedEntry<K, V> LinkedMap.createEntry(K pKey, V pValue) Creates a newLinkedEntry.(package private) LinkedMap.LinkedEntry<K, V> LinkedMap.LinkedMapIterator.nextEntry()Methods in com.twelvemonkeys.util with parameters of type LinkedMap.LinkedEntryModifier and TypeMethodDescription(package private) voidLinkedMap.LinkedEntry.addBefore(LinkedMap.LinkedEntry<K, V> pExisting) Adds this entry before the given entry (which must be an existing entry) in the list.Constructors in com.twelvemonkeys.util with parameters of type LinkedMap.LinkedEntryModifierConstructorDescription(package private)LinkedEntry(K pKey, V pValue, LinkedMap.LinkedEntry<K, V> pNext)