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