Package com.google.common.collect
Class Maps.FilteredEntrySortedMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- com.google.common.collect.Maps.ViewCachingAbstractMap<K,V>
-
- com.google.common.collect.Maps.AbstractFilteredMap<K,V>
-
- com.google.common.collect.Maps.FilteredEntryMap<K,V>
-
- com.google.common.collect.Maps.FilteredEntrySortedMap<K,V>
-
- All Implemented Interfaces:
java.util.Map<K,V>
,java.util.SortedMap<K,V>
- Enclosing class:
- Maps
private static class Maps.FilteredEntrySortedMap<K,V> extends Maps.FilteredEntryMap<K,V> implements java.util.SortedMap<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
Maps.FilteredEntrySortedMap.SortedKeySet
-
Nested classes/interfaces inherited from class com.google.common.collect.Maps.FilteredEntryMap
Maps.FilteredEntryMap.KeySet
-
-
Field Summary
-
Fields inherited from class com.google.common.collect.Maps.FilteredEntryMap
filteredEntrySet
-
Fields inherited from class com.google.common.collect.Maps.AbstractFilteredMap
predicate, unfiltered
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Comparator<? super K>
comparator()
(package private) java.util.SortedSet<K>
createKeySet()
K
firstKey()
java.util.SortedMap<K,V>
headMap(K toKey)
java.util.SortedSet<K>
keySet()
K
lastKey()
(package private) java.util.SortedMap<K,V>
sortedMap()
java.util.SortedMap<K,V>
subMap(K fromKey, K toKey)
java.util.SortedMap<K,V>
tailMap(K fromKey)
-
Methods inherited from class com.google.common.collect.Maps.FilteredEntryMap
createEntrySet, removeAllKeys, retainAllKeys
-
Methods inherited from class com.google.common.collect.Maps.AbstractFilteredMap
apply, containsKey, createValues, get, isEmpty, put, putAll, remove
-
Methods inherited from class com.google.common.collect.Maps.ViewCachingAbstractMap
entrySet, values
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, size, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
keySet
public java.util.SortedSet<K> keySet()
-
createKeySet
java.util.SortedSet<K> createKeySet()
- Overrides:
createKeySet
in classMaps.FilteredEntryMap<K,V>
-
comparator
public java.util.Comparator<? super K> comparator()
-
-