Package com.google.common.collect
Class Maps.FilteredEntrySortedMap.SortedKeySet
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
com.google.common.collect.Sets.ImprovedAbstractSet<K>
com.google.common.collect.Maps.KeySet<K,V>
Maps.FilteredEntryMap<K,V>.com.google.common.collect.Maps.FilteredEntryMap.KeySet
com.google.common.collect.Maps.FilteredEntrySortedMap.SortedKeySet
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,SequencedCollection<K>
,SequencedSet<K>
,Set<K>
,SortedSet<K>
- Enclosing class:
Maps.FilteredEntrySortedMap<K,
V>
class Maps.FilteredEntrySortedMap.SortedKeySet
extends Maps.FilteredEntryMap<K,V>.KeySet
implements SortedSet<K>
-
Field Summary
Fields inherited from class com.google.common.collect.Maps.KeySet
map
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.FilteredEntryMap.KeySet
remove, removeAll, retainAll, toArray, toArray
Methods inherited from class com.google.common.collect.Maps.KeySet
clear, contains, forEach, isEmpty, iterator, map, size
Methods inherited from class java.util.AbstractSet
equals, hashCode
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from interface java.util.SortedSet
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, reversed, spliterator
-
Constructor Details
-
SortedKeySet
SortedKeySet()
-
-
Method Details
-
comparator
- Specified by:
comparator
in interfaceSortedSet<K>
-
subSet
-
headSet
-
tailSet
-
first
-
last
-