Package | Description |
---|---|
info.bioinfweb.commons.collections |
Contains extensions to the Java Collections API made for bioinfweb projects that can be of general use.
|
Modifier and Type | Method and Description |
---|---|
static PackedPrimitiveWrapperArrayList<java.lang.Byte> |
PackedPrimitiveWrapperArrayList.newByteInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Byte elements. |
static PackedPrimitiveWrapperArrayList<java.lang.Integer> |
PackedPrimitiveWrapperArrayList.newIntegerInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Integer elements. |
static PackedPrimitiveWrapperArrayList<java.lang.Long> |
PackedPrimitiveWrapperArrayList.newLongInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Long elements. |
static PackedPrimitiveWrapperArrayList<java.lang.Short> |
PackedPrimitiveWrapperArrayList.newShortInstance(int bitsPerValue,
long minValue,
int initialCapacity)
Creates a new instance of this class using
Short elements. |