Uses of Class
org.magicwerk.brownies.collections.primitive.BooleanObjBigList
-
Packages that use BooleanObjBigList Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of BooleanObjBigList in org.magicwerk.brownies.collections.primitive
Subclasses of BooleanObjBigList in org.magicwerk.brownies.collections.primitive Modifier and Type Class Description protected static classBooleanObjBigList.ImmutableBooleanObjBigListAn immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return BooleanObjBigList Modifier and Type Method Description BooleanObjBigListBooleanObjBigList. clone()BooleanObjBigListBooleanObjBigList. copy()static BooleanObjBigListBooleanObjBigList. create()static BooleanObjBigListBooleanObjBigList. create(java.lang.Boolean... elems)static BooleanObjBigListBooleanObjBigList. create(java.util.Collection<? extends java.lang.Boolean> elems)BooleanObjBigListBooleanObjBigList. immutableList()BooleanObjBigListBooleanObjBigList. unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanObjBigList Constructor Description ImmutableBooleanObjBigList(BooleanObjBigList that)Private constructor used internally.
-