public abstract class MultiMap<K,V,C extends Collection<V>> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MultiMap(boolean isSorted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K k) |
protected abstract C |
createValue() |
Set<Map.Entry<K,C>> |
entrySet() |
C |
get(K key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
boolean |
put(K key,
V method) |
boolean |
putAll(K k,
Collection<? extends V> values) |
boolean |
remove(K key,
V value) |
C |
removeAll(K key) |
int |
size() |
String |
toString() |
Collection<C> |
values() |
protected final Map<K,C extends Collection<V>> m_objects
protected abstract C createValue()
public boolean containsKey(K k)
public boolean isEmpty()
public int size()
public Collection<C> values()
public boolean putAll(K k, Collection<? extends V> values)
Copyright © 2025. All rights reserved.