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 classCharObjGapList.ImmutableCharObjGapListAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return CharObjGapList Modifier and Type Method Description CharObjGapListCharObjGapList. clone()CharObjGapListCharObjGapList. copy()static CharObjGapListCharObjGapList. create()static CharObjGapListCharObjGapList. create(java.lang.Character... elems)static CharObjGapListCharObjGapList. create(java.util.Collection<? extends java.lang.Character> elems)CharObjGapListCharObjGapList. immutableList()CharObjGapListCharObjGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type CharObjGapList Constructor Description ImmutableCharObjGapList(CharObjGapList that)Private constructor used internally.
-