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