DataArray.Builder| Modifier and Type | Method and Description |
|---|---|
double |
get(int index)
Return a
double at index. |
int |
size()
Return the number of elements in
DataArray. |
Spliterator.OfDouble |
spliterator()
Returns a
Spliterator.ofDouble Spliterator. |
double[] |
toArray()
Returns a new, mutable copy of the
DataArray's values as a
primitive double[]. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderWithData, builderWithData, builderWithSize, copyOf, copyOf, iterator, parallelStream, streampublic Spliterator.OfDouble spliterator()
DataArraySpliterator.ofDouble Spliterator.spliterator in interface DataArrayspliterator in interface Iterable<Double>public double get(int index)
DataArraydouble at index.public int size()
DataArrayDataArray.