| Modifier and Type | Method and Description |
|---|---|
Comparator<Object> |
comparator() |
boolean |
contains(Object obj) |
Object |
first() |
static <ELEMENTTYPE> |
getInstance() |
SortedSet<Object> |
headSet(Object toElement) |
Iterator<Object> |
iterator() |
Object |
last() |
int |
size() |
SortedSet<Object> |
subSet(Object fromElement,
Object toElement) |
SortedSet<Object> |
tailSet(Object fromElement) |
equals, hashCode, removeAlladd, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitspliteratoradd, addAll, clear, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collection<Object>size in interface Set<Object>size in class AbstractCollection<Object>public boolean contains(Object obj)
contains in interface Collection<Object>contains in interface Set<Object>contains in class AbstractCollection<Object>@Nullable public Comparator<Object> comparator()
comparator in interface SortedSet<Object>Copyright © 2014–2015 Philip Helger. All rights reserved.