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