| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.primitive |
This packages contains implementations of GapList for primitive data types.
|
| Modifier and Type | Method and Description |
|---|---|
ShortGapList |
ShortGapList.copy() |
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(int capacity)
Create new list with specified capacity.
|
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() |