Class LinkedMap.LinkedEntry<K,V>

java.lang.Object
com.twelvemonkeys.util.AbstractDecoratedMap.BasicEntry<K,V>
com.twelvemonkeys.util.LinkedMap.LinkedEntry<K,V>
All Implemented Interfaces:
Serializable, Map.Entry<K,V>
Enclosing class:
LinkedMap<K,V>

protected static class LinkedMap.LinkedEntry<K,V> extends AbstractDecoratedMap.BasicEntry<K,V> implements Serializable
Linked list implementation of Map.Entry.
Version:
$Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/LinkedMap.java#1 $
See Also: