public abstract class AbstractPreimageMap<A,B> extends AbstractMap<A,B> implements PreimageMap<A,B>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AbstractPreimageMap() |
Modifier and Type | Method and Description |
---|---|
protected abstract B |
removeByPreimage(A a) |
protected Set<A> |
wrapPreimage(Set<A> preimg) |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
preimage
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
see also the complete user documentation .