| 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 |
|---|---|
IntGapList |
IntGapList.copy()
Returns a shallow copy of this IntGapList instance.
|
static IntGapList |
IntGapList.create()
Create new list.
|
static IntGapList |
IntGapList.create(java.util.Collection<java.lang.Integer> coll)
Create new list with specified elements.
|
static IntGapList |
IntGapList.create(int... elems)
Create new list with specified elements.
|
static IntGapList |
IntGapList.EMPTY() |
IntGapList |
IntGapList.getAll(int elem) |
IntGapList |
IntGapList.getAll(int index,
int len) |
IntGapList |
IntGapList.unmodifiableList() |