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