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.
See Also: