|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the key typeV
- the value typepublic interface ListMultimap<K,V>
A collection similar to Map
, but which may associate multiple values with any single key.
Some implementation may not allow duplicate key-value pairs. In such implementations, calling #pu
Method Summary | |
---|---|
List<V> |
get(K key)
Get the collection of values that are associated with the supplied key. |
Methods inherited from interface org.modeshape.common.collection.Multimap |
---|
asMap, clear, containsEntry, containsKey, containsValue, entries, isEmpty, keySet, put, remove, removeAll, size, values |
Method Detail |
---|
List<V> get(K key)
Changes to the returned collection will update the values that this multimap associates with the key.
get
in interface Multimap<K,V>
key
- the key
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |