class Maps.FilteredEntrySortedMap.SortedKeySet extends Maps.FilteredEntryMap.KeySet implements java.util.SortedSet<K>
map
Constructor and Description |
---|
SortedKeySet() |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<? super K> |
comparator() |
K |
first() |
java.util.SortedSet<K> |
headSet(K toElement) |
K |
last() |
java.util.SortedSet<K> |
subSet(K fromElement,
K toElement) |
java.util.SortedSet<K> |
tailSet(K fromElement) |
remove, removeAll, retainAll, toArray, toArray
clear, contains, forEach, isEmpty, iterator, map, size
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.util.Comparator<? super K> comparator()
comparator
in interface java.util.SortedSet<K>
public java.util.SortedSet<K> subSet(K fromElement, K toElement)
subSet
in interface java.util.SortedSet<K>
public java.util.SortedSet<K> headSet(K toElement)
headSet
in interface java.util.SortedSet<K>
public java.util.SortedSet<K> tailSet(K fromElement)
tailSet
in interface java.util.SortedSet<K>