public interface Register<K,V> extends java.util.Map<K,java.util.Set<V>>
java.util.Map.Entry<K,V>
void
add(K key, V value)
addAll(K key, java.util.Collection<V> values)
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, values
void add(K key, V value)
void addAll(K key, java.util.Collection<V> values)
void updateKey(K oldKey, K newKey)