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