T - Content typepublic final class EmptySortedSet<T> extends AbstractSet<T> implements ICommonsSortedSet<T>
| Constructor and Description |
|---|
EmptySortedSet() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<Object> |
comparator() |
boolean |
contains(Object obj) |
T |
first() |
ICommonsSortedSet<T> |
getClone() |
SortedSet<T> |
headSet(Object toElement) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
T |
last() |
int |
size() |
SortedSet<T> |
subSet(Object fromElement,
Object toElement) |
SortedSet<T> |
tailSet(Object fromElement) |
equals, hashCode, removeAlladd, addAll, clear, containsAll, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAsUnmodifiable, getFirst, getFirst, getLast, getLastspliteratorcreateInstance, getAll, getAllInstanceOf, getAllMapped, getAllMapped, replaceadd, addAll, clear, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArrayaddAll, addAll, addAll, addAll, addAll, addAll, addAll, addAll, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addIf, addIfNotNull, addObject, getAtIndex, getAtIndex, getAtIndex, getAtIndex, getAtIndexMapped, getAtIndexMapped, getAtIndexMapped, getAtIndexMapped, getCopyAsList, getCount, getSorted, isNotEmpty, iterator2, removeAll, removeObject, set, setAll, setAllparallelStream, removeIf, streamcontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEach, forEachBreakable, getIteratorCount, getIteratorCount@Nonnegative public int size()
size in interface Collection<T>size in interface Set<T>size in class AbstractCollection<T>public boolean isEmpty()
isEmpty in interface Collection<T>isEmpty in interface Set<T>isEmpty in class AbstractCollection<T>public boolean contains(Object obj)
contains in interface Collection<T>contains in interface Set<T>contains in class AbstractCollection<T>@Nullable public Comparator<Object> comparator()
comparator in interface SortedSet<T>@Nonnull @CodingStyleguideUnaware public SortedSet<T> subSet(Object fromElement, Object toElement)
@Nonnull @CodingStyleguideUnaware public SortedSet<T> headSet(Object toElement)
@Nonnull @CodingStyleguideUnaware public SortedSet<T> tailSet(Object fromElement)
@Nonnull public ICommonsSortedSet<T> getClone()
getClone in interface ICommonsSortedSet<T>getClone in interface ICloneable<ICommonsSet<T>>Copyright © 2014–2017 Philip Helger. All rights reserved.