public class MultiMap<K,V> extends Object
| Constructor and Description |
|---|
MultiMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<K,List<V>>> |
entrySet() |
boolean |
equals(Object o) |
Collection<V> |
get(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K k,
V v) |
void |
putAll(Map<? extends K,? extends V> map) |
List<V> |
remove(Object o) |
int |
size() |
List<V> |
values() |
public int size()
public boolean isEmpty()
public boolean containsKey(Object o)
public boolean containsValue(Object o)
public Collection<V> get(Object o)
public void clear()
Copyright © 2013. All Rights Reserved.