private class AbstractMapBasedMultimap.SortedAsMap extends AbstractMapBasedMultimap.AsMap implements java.util.SortedMap<K,java.util.Collection<V>>
AbstractMapBasedMultimap.AsMap.AsMapEntries, AbstractMapBasedMultimap.AsMap.AsMapIterator| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.SortedSet<K> |
sortedKeySet |
submap| Constructor and Description |
|---|
SortedAsMap(java.util.SortedMap<K,java.util.Collection<V>> submap) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<? super K> |
comparator() |
(package private) java.util.SortedSet<K> |
createKeySet() |
K |
firstKey() |
java.util.SortedMap<K,java.util.Collection<V>> |
headMap(K toKey) |
java.util.SortedSet<K> |
keySet() |
K |
lastKey() |
(package private) java.util.SortedMap<K,java.util.Collection<V>> |
sortedMap() |
java.util.SortedMap<K,java.util.Collection<V>> |
subMap(K fromKey,
K toKey) |
java.util.SortedMap<K,java.util.Collection<V>> |
tailMap(K fromKey) |
clear, containsKey, createEntrySet, equals, get, hashCode, remove, size, toString, wrapEntrycreateValues, entrySet, values@CheckForNull java.util.SortedSet<K> sortedKeySet
@CheckForNull public java.util.Comparator<? super K> comparator()
public K firstKey()
public K lastKey()
public java.util.SortedSet<K> keySet()
java.util.SortedSet<K> createKeySet()
createKeySet in class Maps.ViewCachingAbstractMap<K,java.util.Collection<V>>