| Package | Description |
|---|---|
| fr.vergne.collection.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
HashMultiMap<Key,Value>
A
HashMultiMap is a MultiMap which allows at most one
instance for each (key, value). |
class |
ListMultiMap<Key,Value>
A
ListMultiMap is a MultiMap which allows to have several
instances for each (key, value). |
Copyright © 2014–2015. All rights reserved.