Methods
| Modifier and Type |
Method and Description |
void |
add(T key,
E value) |
boolean |
addAll(T key,
Collection<E> values) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<T,Set<E>>> |
entrySet() |
boolean |
equals(Object o) |
Set<E> |
get(Object key) |
protected Map<T,Set<E>> |
getMap() |
Set<E> |
getSet(T key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<T> |
keySet() |
protected Map<T,Set<E>> |
newMap() |
static <T,E> SetMap<T,E> |
newSetMap() |
Set<E> |
put(T key,
Set<E> value) |
void |
putAll(Map<? extends T,? extends Set<E>> m) |
Set<E> |
remove(Object key) |
boolean |
remove(T key,
E value) |
boolean |
removeAll(T key,
Collection<E> values) |
int |
size() |
String |
toString() |
Collection<Set<E>> |
values() |