class |
AbstractListValuedMap<K,V> |
Abstract implementation of the ListValuedMap interface to simplify
the creation of subclass implementations.
|
class |
AbstractSetValuedMap<K,V> |
Abstract implementation of the SetValuedMap interface to simplify the
creation of subclass implementations.
|
class |
ArrayListValuedHashMap<K,V> |
Implements a ListValuedMap, using a HashMap to provide data
storage and ArrayLists as value collections.
|
class |
ArrayListValuedLinkedHashMap<K,V> |
Implements a ListValuedMap, using a LinkedHashMap to provide data
storage and ArrayLists as value collections.
|
class |
HashSetValuedHashMap<K,V> |
Implements a SetValuedMap, using a HashMap to provide data
storage and HashSets as value collections.
|
class |
LinkedHashSetValuedLinkedHashMap<K,V> |
Implements a SetValuedMap, using a LinkedHashMap to provide data
storage and LinkedHashSets as value collections.
|