public interface Register<K,V> extends Map<K,Set<V>>
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
V value) |
void |
addAll(K key,
Collection<V> values) |
void |
updateKey(K oldKey,
K newKey) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2015 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All rights reserved.