protected class AbstractMultimap.WrappedSortedKeySet extends AbstractMultimap.WrappedKeySet implements SortedSet<K>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMultimap.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, toStringprotected AbstractMultimap.WrappedSortedKeySet(SortedMap<K,Collection<V>> wrapped)
public Comparator<? super K> comparator()
comparator in interface SortedSet<K>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.