Uses of Class
org.magicwerk.brownies.collections.primitive.CharBigList
Packages that use CharBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of CharBigList in org.magicwerk.brownies.collections.primitive
Subclasses of CharBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static classA read-only version of.invalid reference
Key1ListFields in org.magicwerk.brownies.collections.primitive declared as CharBigListModifier and TypeFieldDescriptionprivate static final CharBigListCharBigList.EMPTYUnmodifiable empty instance(package private) CharBigListCharObjBigList.listMethods in org.magicwerk.brownies.collections.primitive that return CharBigListModifier and TypeMethodDescriptionCharBigList.clone()Returns a shallow copy of this list.CharBigList.copy()Returns a shallow copy of this list.static CharBigListCharBigList.create()static CharBigListCharBigList.create(char... elems) Create new list with specified elements.static CharBigListstatic CharBigListCharBigList.create(Collection<Character> coll) Create new list with specified elements.CharBigList.crop()static CharBigListCharBigList.EMPTY()CharBigList.immutableList()CharBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type CharBigListModifierConstructorDescriptionprotectedCharBigList(boolean copy, CharBigList that) Constructor used internally, e.g.protectedPrivate constructor used internally.