Uses of Class
org.magicwerk.brownies.collections.primitive.DoubleBigList
Packages that use DoubleBigList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of DoubleBigList in org.magicwerk.brownies.collections.primitive
Subclasses of DoubleBigList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescriptionprotected static classA read-only version of.invalid reference
Key1ListFields in org.magicwerk.brownies.collections.primitive declared as DoubleBigListModifier and TypeFieldDescriptionprivate static final DoubleBigListDoubleBigList.EMPTYUnmodifiable empty instance(package private) DoubleBigListDoubleObjBigList.listMethods in org.magicwerk.brownies.collections.primitive that return DoubleBigListModifier and TypeMethodDescriptionDoubleBigList.clone()Returns a shallow copy of this list.DoubleBigList.copy()Returns a shallow copy of this list.static DoubleBigListDoubleBigList.create()static DoubleBigListDoubleBigList.create(double... elems) Create new list with specified elements.static DoubleBigListDoubleBigList.create(Collection<Double> coll) Create new list with specified elements.DoubleBigList.crop()static DoubleBigListDoubleBigList.EMPTY()DoubleBigList.immutableList()DoubleBigList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleBigListModifierConstructorDescriptionprotectedDoubleBigList(boolean copy, DoubleBigList that) Constructor used internally, e.g.protectedPrivate constructor used internally.