static CommonsTreeSet<Boolean> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(boolean... aValues) |
static CommonsTreeSet<Byte> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(byte... aValues) |
static CommonsTreeSet<Character> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(char... aValues) |
static CommonsTreeSet<Double> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(double... aValues) |
static CommonsTreeSet<Float> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(float... aValues) |
static CommonsTreeSet<Integer> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(int... aValues) |
static CommonsTreeSet<Long> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(long... aValues) |
static CommonsTreeSet<Short> |
PrimitiveCollectionHelper.newPrimitiveSortedSet(short... aValues) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet() |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(Collection<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(Collection<? extends ELEMENTTYPE> aCollection,
Predicate<? super ELEMENTTYPE> aFilter) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(ELEMENTTYPE... aValues) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(ELEMENTTYPE aValue) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(Enumeration<? extends ELEMENTTYPE> aEnum) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(IIterableIterator<? extends ELEMENTTYPE> aIter) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(Iterable<? extends ELEMENTTYPE> aCont) |
static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>> CommonsTreeSet<ELEMENTTYPE> |
CollectionHelper.newSortedSet(Iterator<? extends ELEMENTTYPE> aIter) |
static <SRCTYPE,DSTTYPE extends Comparable<? super DSTTYPE>> CommonsTreeSet<DSTTYPE> |
CollectionHelper.newSortedSetMapped(Collection<? extends SRCTYPE> aCollection,
Function<? super SRCTYPE,DSTTYPE> aMapper) |
static <SRCTYPE,DSTTYPE extends Comparable<? super DSTTYPE>> CommonsTreeSet<DSTTYPE> |
CollectionHelper.newSortedSetMapped(SRCTYPE[] aArray,
Function<? super SRCTYPE,DSTTYPE> aMapper) |