public class MultiHashMap<K,V>
extends java.util.HashMap<K,java.util.Collection<V>>
Constructor and Description |
---|
MultiHashMap()
Creates new MultiHashMap
|
Modifier and Type | Method and Description |
---|---|
void |
add(K key,
V value) |
void |
addUniq(K key,
V value) |
boolean |
containsAt(K key,
V value) |
java.util.Set<K> |
keySet() |
void |
reset() |
int |
totalSize() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright 2004-2015 Wandora Team