Uses of Class
org.magicwerk.brownies.collections.primitive.BooleanGapList
Packages that use BooleanGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of BooleanGapList in org.magicwerk.brownies.collections.primitive
Subclasses of BooleanGapList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescription(package private) static classA block stores in maximum blockSize number of elements.protected static classA read-only version ofBooleanGapList.Fields in org.magicwerk.brownies.collections.primitive declared as BooleanGapListModifier and TypeFieldDescriptionprivate static final BooleanGapListBooleanGapList.EMPTYUnmodifiable empty instance(package private) BooleanGapListBooleanObjGapList.listMethods in org.magicwerk.brownies.collections.primitive that return BooleanGapListModifier and TypeMethodDescriptionBooleanGapList.clone()BooleanGapList.copy()static BooleanGapListBooleanGapList.create()static BooleanGapListBooleanGapList.create(boolean... elems) Create new list with specified elements.static BooleanGapListBooleanGapList.create(Collection<Boolean> coll) Create new list with specified elements.BooleanGapList.crop()BooleanGapList.doCreate(int capacity) static BooleanGapListBooleanGapList.EMPTY()BooleanGapList.getAll(boolean elem) BooleanGapList.getAll(int index, int len) static BooleanGapListBooleanGapList.immutable(boolean... elems) Create new immutable list with specified elements.static BooleanGapListBooleanGapList.immutable(Collection<Boolean> coll) Create new immutable list with specified elements.BooleanGapList.immutableList()BooleanGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanGapListModifierConstructorDescriptionprotectedBooleanGapList(boolean copy, BooleanGapList that) Constructor used internally, e.g.protectedReadOnlyList(BooleanGapList that) Private constructor used internally.