Uses of Class
org.magicwerk.brownies.collections.primitive.BooleanBigList
Packages that use BooleanBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of BooleanBigList in org.magicwerk.brownies.collections.primitive
Subclasses of BooleanBigList 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 BooleanBigListModifier and TypeFieldDescriptionprivate static final BooleanBigListBooleanBigList.EMPTYUnmodifiable empty instance(package private) BooleanBigListBooleanObjBigList.listMethods in org.magicwerk.brownies.collections.primitive that return BooleanBigListModifier and TypeMethodDescriptionBooleanBigList.clone()Returns a shallow copy of this list.BooleanBigList.copy()Returns a shallow copy of this list.static BooleanBigListBooleanBigList.create()static BooleanBigListBooleanBigList.create(boolean... elems) Create new list with specified elements.static BooleanBigListBooleanBigList.create(Collection<Boolean> coll) Create new list with specified elements.BooleanBigList.crop()static BooleanBigListBooleanBigList.EMPTY()BooleanBigList.immutableList()BooleanBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanBigListModifierConstructorDescriptionprotectedBooleanBigList(boolean copy, BooleanBigList that) Constructor used internally, e.g.protectedPrivate constructor used internally.