| Constructor and Description |
|---|
TableSortedMap()
Constructor for setter injection.
|
TableSortedMap(Table<P> t)
Constructor for constructor injection.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator<Integer> |
comparator()
We use native ordering.
|
Integer |
firstKey() |
SortedMap<Integer,P> |
headMap(Integer toKey) |
Integer |
lastKey()
NOTE first attempt using table.getMostRecentTroid() does not take
account of deletion as mostRecentTroid is never decremented
|
SortedMap<Integer,P> |
subMap(Integer fromKey,
Integer toKey) |
SortedMap<Integer,P> |
tailMap(Integer arg0) |
clear, containsKey, containsValue, entrySet, get, getTable, isEmpty, keySet, put, putAll, remove, setTable, size, valuesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizepublic Comparator<Integer> comparator()
comparator in interface SortedMap<Integer,P extends Persistent>public Integer firstKey()
firstKey in interface SortedMap<Integer,P extends Persistent>public Integer lastKey()
lastKey in interface SortedMap<Integer,P extends Persistent>SortedMap.lastKey()public SortedMap<Integer,P> subMap(Integer fromKey, Integer toKey)
subMap in interface SortedMap<Integer,P extends Persistent>public SortedMap<Integer,P> headMap(Integer toKey)
headMap in interface SortedMap<Integer,P extends Persistent>Copyright © 2000–2021 PanEris. All rights reserved.