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.KeySet
filteredEntrySet
predicate, 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
apply, containsKey, createValues, get, isEmpty, put, putAll, remove
entrySet, values
clear, clone, containsValue, equals, hashCode, size, toString
public java.util.SortedSet<K> keySet()
java.util.SortedSet<K> createKeySet()
createKeySet
in class Maps.FilteredEntryMap<K,V>
public java.util.Comparator<? super K> comparator()