AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractRegister() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
V value) |
void |
addAll(K key,
Collection<V> values) |
boolean |
containsKey(Object key) |
protected abstract Set<V> |
emptyValue() |
Set<Map.Entry<K,Set<V>>> |
entrySet() |
Set<V> |
get(Object key) |
protected abstract Map<K,Set<V>> |
initMap() |
Set<V> |
put(K key,
Set<V> value) |
void |
updateKey(K oldKey,
K newKey) |
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsValue, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic boolean containsKey(Object key)
containsKey in interface Map<K,Set<V>>containsKey in class AbstractMap<K,Set<V>>public void addAll(K key, Collection<V> values)
Copyright © 2015 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All rights reserved.