|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConcurrentListMultiMap<K,V>
A concurrent multimap, in which the multi-values are stored in a list
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
void |
deepPutAll(java.util.Map<? extends K,? extends ConcurrentList<V>> map)
Put all the data in the map into this map, copying each multi-value, not just attaching the existing multi-value |
void |
put(K key,
V value)
Add a value, creating the list if it doesn't exist |
Methods inherited from interface java.util.concurrent.ConcurrentMap |
---|
putIfAbsent, remove, replace, replace |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
---|
void put(K key, V value)
key
- the key to store the value undervalue
- the value to addvoid deepPutAll(java.util.Map<? extends K,? extends ConcurrentList<V>> map)
map
- the map to copy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |