Package com.google.common.collect
Class StandardRowSortedTable.RowSortedMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- com.google.common.collect.Maps.ViewCachingAbstractMap<R,java.util.Map<C,V>>
-
- com.google.common.collect.StandardTable.RowMap
-
- com.google.common.collect.StandardRowSortedTable.RowSortedMap
-
- All Implemented Interfaces:
java.util.Map<R,java.util.Map<C,V>>
,java.util.SortedMap<R,java.util.Map<C,V>>
- Enclosing class:
- StandardRowSortedTable<R,C,V>
private class StandardRowSortedTable.RowSortedMap extends StandardTable.RowMap implements java.util.SortedMap<R,java.util.Map<C,V>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.collect.StandardTable.RowMap
StandardTable.RowMap.EntrySet
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RowSortedMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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
-
-
-
-
Method Detail
-
keySet
public java.util.SortedSet<R> keySet()
-
createKeySet
java.util.SortedSet<R> createKeySet()
- Overrides:
createKeySet
in classMaps.ViewCachingAbstractMap<R,java.util.Map<C,V>>
-
comparator
public java.util.Comparator<? super R> comparator()
-
firstKey
public R firstKey()
-
lastKey
public R lastKey()
-
-