| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMultiMapW<K,V>
@ThreadRestricted(value="per underlying multi-map") public class MultiMapW<K,V>
A multi-map that wraps an underlying multi-map.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface MultiMap | 
|---|
MultiMap.U, MultiMap.UnmodifiableMultiMap<K,V> | 
| Constructor Summary | |
|---|---|
MultiMapW(MultiMap<K,V> multiMap)
Creates a MultiMapW.  | 
|
| Method Summary | |
|---|---|
 Object | 
get(Object key)
Returns the values for the specified key.  | 
 MultiMap<K,V> | 
multiMap()
Returns the underlying multi-map.  | 
 void | 
put(K key,
       V value)
Adds a value for the specified key.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MultiMapW(MultiMap<K,V> multiMap)
multiMap - per multiMap()| Method Detail | 
|---|
public MultiMap<K,V> multiMap()
public Object get(Object key)
MultiMap
get in interface MultiMap<K,V>
public void put(K key,
                V value)
MultiMap
put in interface MultiMap<K,V>
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||