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