Uses of Class
org.magicwerk.brownies.collections.primitive.CharBigList
-
Packages that use CharBigList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description protected static classCharBigList.ReadOnlyCharBigListA read-only version ofKey1List.Fields in org.magicwerk.brownies.collections.primitive declared as CharBigList Modifier and Type Field Description private static CharBigListCharBigList. EMPTYUnmodifiable empty instance(package private) CharBigListCharObjBigList. listMethods in org.magicwerk.brownies.collections.primitive that return CharBigList Modifier and Type Method Description CharBigListCharBigList. clone()Returns a shallow copy of this list.CharBigListCharBigList. copy()Returns a shallow copy of this list.static CharBigListCharBigList. create()static CharBigListCharBigList. create(char... elems)Create new list with specified elements.static CharBigListCharBigList. create(java.lang.String str)static CharBigListCharBigList. create(java.util.Collection<java.lang.Character> coll)Create new list with specified elements.CharBigListCharBigList. crop()static CharBigListCharBigList. EMPTY()CharBigListCharBigList. immutableList()CharBigListCharBigList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type CharBigList Constructor Description CharBigList(boolean copy, CharBigList that)Constructor used internally, e.g.ReadOnlyCharBigList(CharBigList that)Private constructor used internally.
-