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 class
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return BooleanObjGapListModifier and TypeMethodDescriptionBooleanObjGapList.clone()
BooleanObjGapList.copy()
static BooleanObjGapList
BooleanObjGapList.create()
static BooleanObjGapList
static BooleanObjGapList
BooleanObjGapList.create
(Collection<? extends Boolean> elems) BooleanObjGapList.immutableList()
BooleanObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.