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 classAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return CharObjGapListModifier and TypeMethodDescriptionCharObjGapList.clone()CharObjGapList.copy()static CharObjGapListCharObjGapList.create()static CharObjGapListstatic CharObjGapListCharObjGapList.create(Collection<? extends Character> elems) CharObjGapList.immutableList()CharObjGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type CharObjGapListModifierConstructorDescriptionprotectedPrivate constructor used internally.