K
- V
- public class InternalListMultiMap<K,V> extends Object
MultiMap
Constructor and Description |
---|
InternalListMultiMap() |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<K,List<V>>> |
entrySet() |
Collection<V> |
get(K key)
Return collection of values associated with a given key
|
void |
put(K key,
V value)
Put value to a given key.
|
public void put(K key, V value)
key
- value
- public Collection<V> get(K key)
key
- Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.