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, removecreateValues, entrySet, valuesclear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toStringpublic java.util.SortedSet<R> keySet()
java.util.SortedSet<R> createKeySet()
createKeySet in class Maps.ViewCachingAbstractMap<R,java.util.Map<C,V>>@CheckForNull public java.util.Comparator<? super R> comparator()
public R firstKey()
public R lastKey()