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 class
A block stores in maximum blockSize number of elements.protected static class
A read-only version ofBooleanGapList
.Fields in org.magicwerk.brownies.collections.primitive declared as BooleanGapListModifier and TypeFieldDescriptionprivate static final BooleanGapList
BooleanGapList.EMPTY
Unmodifiable empty instance(package private) BooleanGapList
BooleanObjGapList.list
Methods in org.magicwerk.brownies.collections.primitive that return BooleanGapListModifier and TypeMethodDescriptionBooleanGapList.clone()
BooleanGapList.copy()
static BooleanGapList
BooleanGapList.create()
static BooleanGapList
BooleanGapList.create
(boolean... elems) Create new list with specified elements.static BooleanGapList
BooleanGapList.create
(Collection<Boolean> coll) Create new list with specified elements.BooleanGapList.crop()
BooleanGapList.doCreate
(int capacity) static BooleanGapList
BooleanGapList.EMPTY()
BooleanGapList.getAll
(boolean elem) BooleanGapList.getAll
(int index, int len) static BooleanGapList
BooleanGapList.immutable
(boolean... elems) Create new immutable list with specified elements.static BooleanGapList
BooleanGapList.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 BooleanGapListModifierConstructorDescriptionprotected
BooleanGapList
(boolean copy, BooleanGapList that) Constructor used internally, e.g.protected
ReadOnlyList
(BooleanGapList that) Private constructor used internally.