AbstractHashedMap |
An abstract implementation of a hash-based map which provides numerous points for
subclasses to override.
|
AbstractHashedMap.EntrySet |
EntrySet implementation.
|
AbstractHashedMap.EntrySetIterator |
EntrySet iterator.
|
AbstractHashedMap.HashEntry |
HashEntry used to store the data.
|
AbstractHashedMap.HashIterator |
Base Iterator
|
AbstractHashedMap.KeySet |
KeySet implementation.
|
AbstractHashedMap.Values |
Values implementation.
|
AbstractLinkedMap |
An abstract implementation of a hash-based map that links entries to create an
ordered map and which provides numerous points for subclasses to override.
|
AbstractLinkedMap.EntrySetIterator |
EntrySet iterator.
|
AbstractLinkedMap.LinkEntry |
LinkEntry that stores the data.
|
AbstractLinkedMap.LinkIterator |
Base Iterator that iterates in link order.
|
AbstractMapDecorator |
Provides a base decorator that enables additional functionality to be added
to a Map via decoration.
|
AbstractOrderedMapDecorator |
Provides a base decorator that enables additional functionality to be added
to an OrderedMap via decoration.
|
AbstractReferenceMap |
An abstract implementation of a hash-based map that allows the entries to
be removed by the garbage collector.
|
AbstractReferenceMap.ReferenceEntry |
A MapEntry implementation for the map.
|
AbstractSortedMapDecorator |
Provides a base decorator that enables additional functionality to be added
to a Map via decoration.
|
CompositeMap |
Decorates a map of other maps to provide a single unified view.
|
CompositeMap.MapMutator |
This interface allows definition for all of the indeterminate
mutators in a CompositeMap, as well as providing a hook for
callbacks on key collisions.
|
LazyMap |
Decorates another Map to create objects in the map on demand.
|
MultiKeyMap |
A Map implementation that uses multiple keys to map the value.
|
MultiValueMap |
A MultiValueMap decorates another map, allowing it to have
more than one value for a key.
|
PredicatedMap |
Decorates another Map to validate that additions
match a specified predicate.
|
TransformedMap |
Decorates another Map to transform objects that are added.
|