public class BisectionMap<A,B> extends AbstractMap<A,B> implements SortedMap<A,B>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BisectionMap(BisectionEntrySet<A,B> entries) |
BisectionMap(SortedEntryList<A,B> entries) |
Modifier and Type | Method and Description |
---|---|
Comparator<? super A> |
comparator() |
SortedSet<Map.Entry<A,B>> |
entrySet() |
A |
firstKey() |
BisectionMap<A,B> |
headMap(A a) |
A |
lastKey() |
BisectionMap<A,B> |
subMap(A a,
A b) |
BisectionMap<A,B> |
tailMap(A a) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
public BisectionMap(SortedEntryList<A,B> entries)
public BisectionMap(BisectionEntrySet<A,B> entries)
public Comparator<? super A> comparator()
comparator
in interface SortedMap<A,B>
see also the complete user documentation .