| Class | Description |
|---|---|
| AbstractMultiMap<Key,Value> |
An
AbstractMultiMap is a MultiMap which implements most of
the features. |
| HashMultiMap<Key,Value> |
A
HashMultiMap is a MultiMap which allows at most one
instance for each (key, value). |
| ListMultiMap<Key,Value> |
A
ListMultiMap is a MultiMap which allows to have several
instances for each (key, value). |
Copyright © 2014–2015. All rights reserved.