Uses of Class
org.magicwerk.brownies.collections.primitive.DoubleBigList
-
Packages that use DoubleBigList Package Description org.magicwerk.brownies.collections.primitive 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.primitive Modifier and Type Class Description protected static class
DoubleBigList.ReadOnlyDoubleBigList
A read-only version ofKey1List
.Fields in org.magicwerk.brownies.collections.primitive declared as DoubleBigList Modifier and Type Field Description private static DoubleBigList
DoubleBigList. EMPTY
Unmodifiable empty instance(package private) DoubleBigList
DoubleObjBigList. list
Methods in org.magicwerk.brownies.collections.primitive that return DoubleBigList Modifier and Type Method Description DoubleBigList
DoubleBigList. clone()
Returns a shallow copy of this list.DoubleBigList
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(java.util.Collection<java.lang.Double> coll)
Create new list with specified elements.DoubleBigList
DoubleBigList. crop()
static DoubleBigList
DoubleBigList. EMPTY()
DoubleBigList
DoubleBigList. immutableList()
DoubleBigList
DoubleBigList. unmodifiableList()
Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleBigList Constructor Description DoubleBigList(boolean copy, DoubleBigList that)
Constructor used internally, e.g.ReadOnlyDoubleBigList(DoubleBigList that)
Private constructor used internally.
-