Uses of Class
org.magicwerk.brownies.collections.primitive.CharObjGapList
Packages that use CharObjGapList
Package
Description
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.primitiveModifier and TypeClassDescriptionprotected static class
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return CharObjGapListModifier and TypeMethodDescriptionCharObjGapList.clone()
CharObjGapList.copy()
static CharObjGapList
CharObjGapList.create()
static CharObjGapList
static CharObjGapList
CharObjGapList.create
(Collection<? extends Character> elems) CharObjGapList.immutableList()
CharObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type CharObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.