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 class
A read-only version ofinvalid reference
Key1List
Fields in org.magicwerk.brownies.collections.primitive declared as DoubleBigListModifier and TypeFieldDescriptionprivate static final DoubleBigList
DoubleBigList.EMPTY
Unmodifiable empty instance(package private) DoubleBigList
DoubleObjBigList.list
Methods 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 DoubleBigList
DoubleBigList.create()
static DoubleBigList
DoubleBigList.create
(double... elems) Create new list with specified elements.static DoubleBigList
DoubleBigList.create
(Collection<Double> coll) Create new list with specified elements.DoubleBigList.crop()
static DoubleBigList
DoubleBigList.EMPTY()
DoubleBigList.immutableList()
DoubleBigList.unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleBigListModifierConstructorDescriptionprotected
DoubleBigList
(boolean copy, DoubleBigList that) Constructor used internally, e.g.protected
Private constructor used internally.