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, size
equals, hashCode, removeAll
add, addAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
spliterator
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
protected 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.