Uses of Class
org.magicwerk.brownies.collections.primitive.BooleanObjBigList
Packages that use BooleanObjBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of BooleanObjBigList in org.magicwerk.brownies.collections.primitive
Subclasses of BooleanObjBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static classAn immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return BooleanObjBigListModifier and TypeMethodDescriptionBooleanObjBigList.clone()BooleanObjBigList.copy()static BooleanObjBigListBooleanObjBigList.create()static BooleanObjBigListstatic BooleanObjBigListBooleanObjBigList.create(Collection<? extends Boolean> elems) BooleanObjBigList.immutableList()BooleanObjBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanObjBigListModifierConstructorDescriptionprotectedPrivate constructor used internally.