Package eu.bandm.tools.ops
Class BisectionMap<A,B>
java.lang.Object
java.util.AbstractMap<A,B>
eu.bandm.tools.ops.BisectionMap<A,B>
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
ConstructorDescriptionBisectionMap
(BisectionEntrySet<A, B> entries) BisectionMap
(SortedEntryList<A, B> entries) -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, get, 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, forEach, get, getOrDefault, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Constructor Details
-
BisectionMap
-
BisectionMap
-
-
Method Details
-
equals
Delegate directly to superclass. Only semantics shall be subject to equals(), not the implementation. -
hashCode
public int hashCode()Delegate directly to superclass. @see #equals(Object) -
entrySet
-
comparator
- Specified by:
comparator
in interfaceSortedMap<A,
B>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-