Package com.google.common.collect
Class TreeBasedTable.TreeRow
java.lang.Object
java.util.AbstractMap<C,V>
com.google.common.collect.Maps.IteratorBasedAbstractMap<C,V>
StandardTable<R,C,V>.com.google.common.collect.StandardTable.Row
com.google.common.collect.TreeBasedTable.TreeRow
- All Implemented Interfaces:
Map<C,
,V> SequencedMap<C,
,V> SortedMap<C,
V>
- Enclosing class:
TreeBasedTable<R,
C, V>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsFields inherited from class com.google.common.collect.StandardTable.Row
backingRowMap, rowKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionComparator
<? super C> (package private) int
boolean
containsKey
(Object key) firstKey()
keySet()
lastKey()
(package private) void
(package private) boolean
(package private) void
Methods inherited from class com.google.common.collect.StandardTable.Row
clear, entryIterator, entrySpliterator, get, remove, size, updateBackingRowMapField, wrapEntry
Methods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
entrySet, forEachEntry
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, putAll, toString, values
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, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
Methods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Field Details
-
lowerBound
-
upperBound
-
wholeRow
-
-
Constructor Details
-
TreeRow
TreeRow(R rowKey) -
TreeRow
-
-
Method Details
-
keySet
-
comparator
- Specified by:
comparator
in interfaceSortedMap<C,
V>
-
compare
-
rangeContains
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-
updateWholeRowField
void updateWholeRowField() -
computeBackingRowMap
- Overrides:
computeBackingRowMap
in classStandardTable<R,
C, V>.Row
-
maintainEmptyInvariant
void maintainEmptyInvariant()- Overrides:
maintainEmptyInvariant
in classStandardTable<R,
C, V>.Row
-
containsKey
- Specified by:
containsKey
in interfaceMap<C,
V> - Overrides:
containsKey
in classStandardTable<R,
C, V>.Row
-
put
-