| 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 |
|---|---|
ByteBigList |
ByteBigList.copy()
Returns a copy of this ByteBigList instance.
|
static ByteBigList |
ByteBigList.create()
Create new list.
|
static ByteBigList |
ByteBigList.create(byte... elems)
Create new list with specified elements.
|
static ByteBigList |
ByteBigList.create(java.util.Collection<java.lang.Byte> coll)
Create new list with specified elements.
|
static ByteBigList |
ByteBigList.EMPTY() |
ByteBigList |
ByteBigList.unmodifiableList() |