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