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 class
A read-only version ofinvalid reference
Key1List
Fields in org.magicwerk.brownies.collections.primitive declared as CharBigListModifier and TypeFieldDescriptionprivate static final CharBigList
CharBigList.EMPTY
Unmodifiable empty instance(package private) CharBigList
CharObjBigList.list
Methods 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 CharBigList
CharBigList.create()
static CharBigList
CharBigList.create
(char... elems) Create new list with specified elements.static CharBigList
static CharBigList
CharBigList.create
(Collection<Character> coll) Create new list with specified elements.CharBigList.crop()
static CharBigList
CharBigList.EMPTY()
CharBigList.immutableList()
CharBigList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type CharBigListModifierConstructorDescriptionprotected
CharBigList
(boolean copy, CharBigList that) Constructor used internally, e.g.protected
Private constructor used internally.