private static class Maps.FilteredEntrySortedMap<K,V> extends Maps.FilteredEntryMap<K,V> implements java.util.SortedMap<K,V>
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Maps.FilteredEntrySortedMap.SortedKeySet |
Maps.FilteredEntryMap.KeySetfilteredEntrySetpredicate, unfiltered| Constructor and Description |
|---|
FilteredEntrySortedMap(java.util.SortedMap<K,V> unfiltered,
Predicate<? super java.util.Map.Entry<K,V>> entryPredicate) |
| 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,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) |
createEntrySet, removeAllKeys, retainAllKeysapply, containsKey, createValues, get, isEmpty, put, putAll, removeentrySet, valuesclear, clone, containsValue, equals, hashCode, size, toStringpublic java.util.SortedSet<K> keySet()
java.util.SortedSet<K> createKeySet()
createKeySet in class Maps.FilteredEntryMap<K,V>@CheckForNull public java.util.Comparator<? super K> comparator()