Uses of Class
org.magicwerk.brownies.collections.primitive.BooleanGapList
-
Packages that use BooleanGapList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description (package private) static classBooleanBigList.BooleanBlockA block stores in maximum blockSize number of elements.protected static classBooleanGapList.ReadOnlyListA read-only version ofBooleanGapList.Fields in org.magicwerk.brownies.collections.primitive declared as BooleanGapList Modifier and Type Field Description private static BooleanGapListBooleanGapList. EMPTYUnmodifiable empty instance(package private) BooleanGapListBooleanObjGapList. listMethods in org.magicwerk.brownies.collections.primitive that return BooleanGapList Modifier and Type Method Description BooleanGapListBooleanGapList. clone()BooleanGapListBooleanGapList. copy()static BooleanGapListBooleanGapList. create()static BooleanGapListBooleanGapList. create(boolean... elems)Create new list with specified elements.static BooleanGapListBooleanGapList. create(java.util.Collection<java.lang.Boolean> coll)Create new list with specified elements.BooleanGapListBooleanGapList. crop()BooleanGapListBooleanGapList. doCreate(int capacity)static BooleanGapListBooleanGapList. EMPTY()BooleanGapListBooleanGapList. getAll(boolean elem)BooleanGapListBooleanGapList. getAll(int index, int len)static BooleanGapListBooleanGapList. immutable(boolean... elems)Create new immutable list with specified elements.static BooleanGapListBooleanGapList. immutable(java.util.Collection<java.lang.Boolean> coll)Create new immutable list with specified elements.BooleanGapListBooleanGapList. immutableList()BooleanGapListBooleanGapList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanGapList Constructor Description BooleanGapList(boolean copy, BooleanGapList that)Constructor used internally, e.g.ReadOnlyList(BooleanGapList that)Private constructor used internally.
-