| Constructor and Description |
|---|
SetMap() |
| 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 |
removeAll(T key,
Collection<E> values) |
boolean |
removeValue(T key,
E value) |
int |
size() |
String |
toString() |
Collection<Set<E>> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static <T,E> SetMap<T,E> newSetMap()
public boolean containsKey(Object key)
containsKey in interface Map<T,Set<E>>public boolean containsValue(Object value)
containsValue in interface Map<T,Set<E>>public boolean equals(Object o)
public int hashCode()
public boolean addAll(T key, Collection<E> values)
public boolean removeAll(T key, Collection<E> values)
Copyright © 2015 Molindo GmbH. All Rights Reserved.