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 class
BooleanObjGapList.ImmutableBooleanObjGapList
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return BooleanObjGapList Modifier and Type Method Description BooleanObjGapList
BooleanObjGapList. clone()
BooleanObjGapList
BooleanObjGapList. copy()
static BooleanObjGapList
BooleanObjGapList. create()
static BooleanObjGapList
BooleanObjGapList. create(java.lang.Boolean... elems)
static BooleanObjGapList
BooleanObjGapList. create(java.util.Collection<? extends java.lang.Boolean> elems)
BooleanObjGapList
BooleanObjGapList. immutableList()
BooleanObjGapList
BooleanObjGapList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type BooleanObjGapList Constructor Description ImmutableBooleanObjGapList(BooleanObjGapList that)
Private constructor used internally.
-