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