| 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 |
|---|---|
IntObjGapList |
IntObjGapList.copy() |
static IntObjGapList |
IntObjGapList.create() |
static IntObjGapList |
IntObjGapList.create(java.util.Collection<? extends java.lang.Integer> elems) |
static IntObjGapList |
IntObjGapList.create(java.lang.Integer... elems) |
IntObjGapList |
IntObjGapList.unmodifiableList() |