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