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