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 classDoubleBigList.ReadOnlyDoubleBigListA read-only version ofKey1List.Fields in org.magicwerk.brownies.collections.primitive declared as DoubleBigList Modifier and Type Field Description private static DoubleBigListDoubleBigList. EMPTYUnmodifiable empty instance(package private) DoubleBigListDoubleObjBigList. listMethods in org.magicwerk.brownies.collections.primitive that return DoubleBigList Modifier and Type Method Description DoubleBigListDoubleBigList. clone()Returns a shallow copy of this list.DoubleBigListDoubleBigList. 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(java.util.Collection<java.lang.Double> coll)Create new list with specified elements.DoubleBigListDoubleBigList. crop()static DoubleBigListDoubleBigList. EMPTY()DoubleBigListDoubleBigList. immutableList()DoubleBigListDoubleBigList. 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.
-