Package | Description |
---|---|
info.bioinfweb.commons.collections |
Modifier and Type | Method and Description |
---|---|
static PackedPrimitiveWrapperArrayList<Byte> |
PackedPrimitiveWrapperArrayList.newByteInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Byte elements. |
static PackedPrimitiveWrapperArrayList<Integer> |
PackedPrimitiveWrapperArrayList.newIntegerInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Integer elements. |
static PackedPrimitiveWrapperArrayList<Long> |
PackedPrimitiveWrapperArrayList.newLongInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Long elements. |
static PackedPrimitiveWrapperArrayList<Short> |
PackedPrimitiveWrapperArrayList.newShortInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Short elements. |