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 classAn immutable version of a GapList.Methods in org.magicwerk.brownies.collections.primitive that return DoubleObjGapListModifier and TypeMethodDescriptionDoubleObjGapList.clone()DoubleObjGapList.copy()static DoubleObjGapListDoubleObjGapList.create()static DoubleObjGapListstatic DoubleObjGapListDoubleObjGapList.create(Collection<? extends Double> elems) DoubleObjGapList.immutableList()DoubleObjGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleObjGapListModifierConstructorDescriptionprotectedPrivate constructor used internally.