| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.primitive |
This packages contains implementations of GapList and BigList for primitive data types.
|
| Modifier and Type | Method and Description |
|---|---|
IntObjBigList |
IntObjBigList.copy() |
static IntObjBigList |
IntObjBigList.create() |
static IntObjBigList |
IntObjBigList.create(java.util.Collection<? extends java.lang.Integer> elems) |
static IntObjBigList |
IntObjBigList.create(java.lang.Integer... elems) |
IntObjBigList |
IntObjBigList.unmodifiableList() |