| Package | Description |
|---|---|
| org.magicwerk.brownies.collections |
Brownies Collections complements the Java Collections Framework.
|
| org.magicwerk.brownies.collections.primitive |
This packages contains implementations of GapList and BigList for primitive data types.
|
| Modifier and Type | Method and Description |
|---|---|
BigList<E> |
BigList.copy()
Returns a copy of this BigList instance.
|
static <E> BigList<E> |
BigList.create()
Create new list.
|
static <E> BigList<E> |
BigList.create(java.util.Collection<? extends E> coll)
Create new list with specified elements.
|
static <E> BigList<E> |
BigList.create(E... elems)
Create new list with specified elements.
|
static <EE> BigList<EE> |
BigList.EMPTY() |
BigList<E> |
BigList.unmodifiableList() |
| Modifier and Type | Method and Description |
|---|---|
BigList<java.lang.Short> |
ShortObjBigList.getAll(int index,
int len) |
BigList<java.lang.Long> |
LongObjBigList.getAll(int index,
int len) |
BigList<java.lang.Integer> |
IntObjBigList.getAll(int index,
int len) |
BigList<java.lang.Float> |
FloatObjBigList.getAll(int index,
int len) |
BigList<java.lang.Double> |
DoubleObjBigList.getAll(int index,
int len) |
BigList<java.lang.Character> |
CharObjBigList.getAll(int index,
int len) |
BigList<java.lang.Byte> |
ByteObjBigList.getAll(int index,
int len) |
BigList<java.lang.Boolean> |
BooleanObjBigList.getAll(int index,
int len) |