Package com.google.common.collect
Class StandardRowSortedTable.RowSortedMap
java.lang.Object
java.util.AbstractMap<R,Map<C,V>>
com.google.common.collect.Maps.ViewCachingAbstractMap<R,Map<C,V>>
StandardTable<R,C,V>.com.google.common.collect.StandardTable.RowMap
com.google.common.collect.StandardRowSortedTable.RowSortedMap
- Enclosing class:
StandardRowSortedTable<R,
C, V>
private class StandardRowSortedTable.RowSortedMap
extends StandardTable<R,C,V>.RowMap
implements SortedMap<R,Map<C,V>>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.StandardTable.RowMap
containsKey, createEntrySet, get, remove
Methods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
createValues, entrySet, values
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, put, putAll, size, toString
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, equals, forEach, get, getOrDefault, hashCode, 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
-
RowSortedMap
private RowSortedMap()
-
-
Method Details
-
keySet
-
createKeySet
- Overrides:
createKeySet
in classMaps.ViewCachingAbstractMap<R,
Map<C, V>>
-
comparator
-
firstKey
-
lastKey
-
headMap
-
subMap
-
tailMap
-