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, 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
public SortedSetProxy()
public SortedSetProxy(Initializor<SortedSet<U>> initializor)
public Comparator<? super U> comparator()
comparator
in interface SortedSet<U>
Copyright © 2017 JBoss by Red Hat. All rights reserved.