Package eu.bandm.tools.ops
Class AbstractPreimageMap<A,B>
java.lang.Object
java.util.AbstractMap<A,B>
eu.bandm.tools.ops.AbstractPreimageMap<A,B>
- All Implemented Interfaces:
PreimageMap<A,
,B> Map<A,
B>
- Direct Known Subclasses:
HashPreimageMap
Generic implementation DOCME
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
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
Methods inherited from interface eu.bandm.tools.ops.PreimageMap
preimage
-
Constructor Details
-
AbstractPreimageMap
public AbstractPreimageMap()
-
-
Method Details
-
removeByPreimage
-
wrapPreimage
-