Constructor and Description |
---|
CircularMultiMap(int maxNumberOfKeys,
int maxNumberOfValuesPerKey) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
List<V> |
getAll(Object key) |
List<K> |
getKeyListForValues() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object key) |
List<V> |
removeAll(Object key) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public CircularMultiMap(int maxNumberOfKeys, int maxNumberOfValuesPerKey)
Copyright © 2018. All rights reserved.