protected static class |
AbstractDualBidiMap.MapEntry<K,V> |
Inner class MapEntry.
|
protected static class |
AbstractHashedMap.HashEntry<K,V> |
HashEntry used to store the data.
|
class |
AbstractKeyValue<K,V> |
Abstract pair class to assist with creating KeyValue
and Map.Entry implementations.
|
protected static class |
AbstractLinkedMap.LinkEntry<K,V> |
LinkEntry that stores the data.
|
class |
AbstractMapEntry<K,V> |
Abstract Pair class to assist with creating correct
Map.Entry implementations.
|
class |
AbstractMapEntryDecorator<K,V> |
Provides a base decorator that allows additional functionality to be
added to a Map.Entry .
|
protected static class |
AbstractReferenceMap.ReferenceEntry<K,V> |
A MapEntry implementation for the map.
|
class |
DefaultMapEntry<K,V> |
A restricted implementation of Map.Entry that prevents
the Map.Entry contract from being broken.
|
class |
UnmodifiableMapEntry<K,V> |
A Map.Entry that throws
UnsupportedOperationException when setValue is called.
|