Uses of Class
org.magicwerk.brownies.collections.primitive.BooleanBigList
-
Packages that use BooleanBigList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of BooleanBigList in org.magicwerk.brownies.collections.primitive
Subclasses of BooleanBigList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description protected static classBooleanBigList.ReadOnlyBooleanBigListA read-only version ofKey1List.Fields in org.magicwerk.brownies.collections.primitive declared as BooleanBigList Modifier and Type Field Description private static BooleanBigListBooleanBigList. EMPTYUnmodifiable empty instance(package private) BooleanBigListBooleanObjBigList. listMethods in org.magicwerk.brownies.collections.primitive that return BooleanBigList Modifier and Type Method Description BooleanBigListBooleanBigList. clone()Returns a shallow copy of this list.BooleanBigListBooleanBigList. copy()Returns a shallow copy of this list.static BooleanBigListBooleanBigList. create()static BooleanBigListBooleanBigList. create(boolean... elems)Create new list with specified elements.static BooleanBigListBooleanBigList. create(java.util.Collection<java.lang.Boolean> coll)Create new list with specified elements.BooleanBigListBooleanBigList. crop()static BooleanBigListBooleanBigList. EMPTY()BooleanBigListBooleanBigList. immutableList()BooleanBigListBooleanBigList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanBigList Constructor Description BooleanBigList(boolean copy, BooleanBigList that)Constructor used internally, e.g.ReadOnlyBooleanBigList(BooleanBigList that)Private constructor used internally.
-