private class StandardRowSortedTable.RowSortedMap extends StandardTable.RowMap implements java.util.SortedMap<R,java.util.Map<C,V>>
StandardTable.RowMap.EntrySet
Modifier | Constructor and Description |
---|---|
private |
RowSortedMap() |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<? super R> |
comparator() |
(package private) java.util.SortedSet<R> |
createKeySet() |
R |
firstKey() |
java.util.SortedMap<R,java.util.Map<C,V>> |
headMap(R toKey) |
java.util.SortedSet<R> |
keySet() |
R |
lastKey() |
java.util.SortedMap<R,java.util.Map<C,V>> |
subMap(R fromKey,
R toKey) |
java.util.SortedMap<R,java.util.Map<C,V>> |
tailMap(R fromKey) |
containsKey, createEntrySet, get, remove
createValues, entrySet, values
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
public java.util.SortedSet<R> keySet()
java.util.SortedSet<R> createKeySet()
createKeySet
in class Maps.ImprovedAbstractMap<R,java.util.Map<C,V>>
public java.util.Comparator<? super R> comparator()
public R firstKey()
public R lastKey()