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 class
A block stores in maximum blockSize number of elements.protected static class
A read-only version ofDoubleGapList
.Fields in org.magicwerk.brownies.collections.primitive declared as DoubleGapListModifier and TypeFieldDescriptionprivate static final DoubleGapList
DoubleGapList.EMPTY
Unmodifiable empty instance(package private) DoubleGapList
DoubleObjGapList.list
Methods in org.magicwerk.brownies.collections.primitive that return DoubleGapListModifier and TypeMethodDescriptionDoubleGapList.clone()
DoubleGapList.copy()
static DoubleGapList
DoubleGapList.create()
static DoubleGapList
DoubleGapList.create
(double... elems) Create new list with specified elements.static DoubleGapList
DoubleGapList.create
(Collection<Double> coll) Create new list with specified elements.DoubleGapList.crop()
DoubleGapList.doCreate
(int capacity) static DoubleGapList
DoubleGapList.EMPTY()
DoubleGapList.getAll
(double elem) DoubleGapList.getAll
(int index, int len) static DoubleGapList
DoubleGapList.immutable
(double... elems) Create new immutable list with specified elements.static DoubleGapList
DoubleGapList.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 DoubleGapListModifierConstructorDescriptionprotected
DoubleGapList
(boolean copy, DoubleGapList that) Constructor used internally, e.g.protected
ReadOnlyList
(DoubleGapList that) Private constructor used internally.