Package eu.bandm.tools.ops
Class BisectionMap<A,B>
java.lang.Object
java.util.AbstractMap<A,B>
eu.bandm.tools.ops.BisectionMap<A,B>
- All Implemented Interfaces:
Map<A,
,B> SequencedMap<A,
,B> SortedMap<A,
B>
DOCME
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
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
Methods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
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
-