public class SortedSetProxy<U> extends CollectionProxy<U,SortedSet<U>> implements SortedSet<U>
delegate| Constructor and Description |
|---|
SortedSetProxy() |
SortedSetProxy(Initializor<SortedSet<U>> initializor) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super U> |
comparator() |
U |
first() |
SortedSet<U> |
headSet(U u) |
U |
last() |
SortedSet<U> |
subSet(U u,
U u1) |
SortedSet<U> |
tailSet(U u) |
add, addAll, checkInit, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, 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, streampublic SortedSetProxy()
public SortedSetProxy(Initializor<SortedSet<U>> initializor)
public Comparator<? super U> comparator()
comparator in interface SortedSet<U>Copyright © 2018 JBoss by Red Hat. All rights reserved.