Uses of Class
org.magicwerk.brownies.collections.primitive.DoubleObjGapList
Packages that use DoubleObjGapList
Package
Description
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.primitiveModifier and TypeClassDescriptionprotected static class
An immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return DoubleObjGapListModifier and TypeMethodDescriptionDoubleObjGapList.clone()
DoubleObjGapList.copy()
static DoubleObjGapList
DoubleObjGapList.create()
static DoubleObjGapList
static DoubleObjGapList
DoubleObjGapList.create
(Collection<? extends Double> elems) DoubleObjGapList.immutableList()
DoubleObjGapList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleObjGapListModifierConstructorDescriptionprotected
Private constructor used internally.