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