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