Uses of Class
org.magicwerk.brownies.collections.primitive.DoubleGapList
Packages that use DoubleGapList
Package
Description
This packages contains implementations of GapList and BigList for primitive data types.
-
Uses of DoubleGapList in org.magicwerk.brownies.collections.primitive
Subclasses of DoubleGapList in org.magicwerk.brownies.collections.primitiveModifier and TypeClassDescription(package private) static classA block stores in maximum blockSize number of elements.protected static classA read-only version ofDoubleGapList.Fields in org.magicwerk.brownies.collections.primitive declared as DoubleGapListModifier and TypeFieldDescriptionprivate static final DoubleGapListDoubleGapList.EMPTYUnmodifiable empty instance(package private) DoubleGapListDoubleObjGapList.listMethods in org.magicwerk.brownies.collections.primitive that return DoubleGapListModifier and TypeMethodDescriptionDoubleGapList.clone()DoubleGapList.copy()static DoubleGapListDoubleGapList.create()static DoubleGapListDoubleGapList.create(double... elems) Create new list with specified elements.static DoubleGapListDoubleGapList.create(Collection<Double> coll) Create new list with specified elements.DoubleGapList.crop()DoubleGapList.doCreate(int capacity) static DoubleGapListDoubleGapList.EMPTY()DoubleGapList.getAll(double elem) DoubleGapList.getAll(int index, int len) static DoubleGapListDoubleGapList.immutable(double... elems) Create new immutable list with specified elements.static DoubleGapListDoubleGapList.immutable(Collection<Double> coll) Create new immutable list with specified elements.DoubleGapList.immutableList()DoubleGapList.unmodifiableList()Constructors in org.magicwerk.brownies.collections.primitive with parameters of type DoubleGapListModifierConstructorDescriptionprotectedDoubleGapList(boolean copy, DoubleGapList that) Constructor used internally, e.g.protectedReadOnlyList(DoubleGapList that) Private constructor used internally.