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.primitiveMethods 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. for ImmutableBooleanGapList.protectedReadOnlyList(BooleanGapList that) Private constructor used internally.