protected class AbstractMultimap.WrappedSortedKeySet extends AbstractMultimap.WrappedKeySet implements SortedSet<K>
| Modifier | Constructor and Description |
|---|---|
protected |
WrappedSortedKeySet(SortedMap<K,Collection<V>> wrapped) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super K> |
comparator() |
K |
first() |
SortedSet<K> |
headSet(K toElement) |
K |
last() |
SortedSet<K> |
subSet(K fromElement,
K toElement) |
SortedSet<K> |
tailSet(K fromElement) |
clear, contains, containsAll, iterator, remove, sizeequals, hashCode, removeAlladd, addAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streamprotected WrappedSortedKeySet(SortedMap<K,Collection<V>> wrapped)
public Comparator<? super K> comparator()
comparator in interface SortedSet<K>Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.