Uses of Class
com.twelvemonkeys.util.LinkedMap.LinkedEntry
-
Packages that use LinkedMap.LinkedEntry Package Description com.twelvemonkeys.util -
-
Uses of LinkedMap.LinkedEntry in com.twelvemonkeys.util
Fields in com.twelvemonkeys.util declared as LinkedMap.LinkedEntry Modifier and Type Field Description (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. previous
Methods in com.twelvemonkeys.util that return LinkedMap.LinkedEntry Modifier and Type Method Description (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.LinkedEntry Modifier and Type Method Description (package private) void
LinkedMap.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.LinkedEntry Constructor Description LinkedEntry(K pKey, V pValue, LinkedMap.LinkedEntry<K,V> pNext)
-