public class CommonsTreeSet<ELEMENTTYPE> extends TreeSet<ELEMENTTYPE> implements ICommonsNavigableSet<ELEMENTTYPE>
| Constructor and Description |
|---|
CommonsTreeSet() |
CommonsTreeSet(Collection<? extends ELEMENTTYPE> aCont) |
CommonsTreeSet(Comparator<? super ELEMENTTYPE> aComparator) |
CommonsTreeSet(ELEMENTTYPE aValue) |
CommonsTreeSet(Iterable<? extends ELEMENTTYPE> aIterable) |
| Modifier and Type | Method and Description |
|---|---|
<T> CommonsTreeSet<T> |
createInstance()
Create a new empty set.
|
CommonsTreeSet<ELEMENTTYPE> |
getClone() |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetequals, hashCode, removeAllcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetAsUnmodifiableceiling, descendingIterator, descendingSet, floor, headSet, headSet, higher, iterator, lower, pollFirst, pollLast, subSet, subSet, tailSet, tailSetgetFirst, getLastcomparator, first, last, spliteratorgetAll, getAllInstanceOf, getAllMapped, getAllMappedadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayaddAll, addAll, addAll, addAll, addAllMapped, addAllMapped, addIf, addIfNotNull, containsAny, containsNone, containsOnly, findAll, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, getAtIndex, getAtIndex, getAtIndex, getAtIndex, getAtIndexMapped, getAtIndexMapped, getCopyAsList, getCount, getSorted, isNotEmpty, iterator2, removeAll, set, setAll, setAllparallelStream, removeIf, streampublic CommonsTreeSet()
public CommonsTreeSet(@Nullable Comparator<? super ELEMENTTYPE> aComparator)
public CommonsTreeSet(@Nullable Collection<? extends ELEMENTTYPE> aCont)
public CommonsTreeSet(@Nullable Iterable<? extends ELEMENTTYPE> aIterable)
public CommonsTreeSet(@Nullable ELEMENTTYPE aValue)
@Nonnull @ReturnsMutableCopy public <T> CommonsTreeSet<T> createInstance()
ICommonsSetCommonsHashSet.createInstance in interface ICommonsSet<ELEMENTTYPE>T - Set element typenull.@Nonnull @ReturnsMutableCopy public CommonsTreeSet<ELEMENTTYPE> getClone()
getClone in interface ICommonsNavigableSet<ELEMENTTYPE>getClone in interface ICommonsSortedSet<ELEMENTTYPE>getClone in interface ICloneable<ICommonsSet<ELEMENTTYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.