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