Uses of Class
org.magicwerk.brownies.collections.primitive.CharObjGapList
-
Packages that use CharObjGapList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of CharObjGapList in org.magicwerk.brownies.collections.primitive
Subclasses of CharObjGapList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description protected static class
CharObjGapList.ImmutableCharObjGapList
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return CharObjGapList Modifier and Type Method Description CharObjGapList
CharObjGapList. clone()
CharObjGapList
CharObjGapList. copy()
static CharObjGapList
CharObjGapList. create()
static CharObjGapList
CharObjGapList. create(java.lang.Character... elems)
static CharObjGapList
CharObjGapList. create(java.util.Collection<? extends java.lang.Character> elems)
CharObjGapList
CharObjGapList. immutableList()
CharObjGapList
CharObjGapList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type CharObjGapList Constructor Description ImmutableCharObjGapList(CharObjGapList that)
Private constructor used internally.
-