Uses of Class
org.magicwerk.brownies.collections.primitive.DoubleObjBigList
Packages that use DoubleObjBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of DoubleObjBigList in org.magicwerk.brownies.collections.primitive
Subclasses of DoubleObjBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static classAn immutable version of a BigList.Methods in org.magicwerk.brownies.collections.primitive that return DoubleObjBigListModifier and TypeMethodDescriptionDoubleObjBigList.clone()DoubleObjBigList.copy()static DoubleObjBigListDoubleObjBigList.create()static DoubleObjBigListstatic DoubleObjBigListDoubleObjBigList.create(Collection<? extends Double> elems) DoubleObjBigList.immutableList()DoubleObjBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleObjBigListModifierConstructorDescriptionprotectedPrivate constructor used internally.