MutableDoubleListFactoryImplpublic interface MutableDoubleListFactory
MutableDoubleList.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleList |
empty() |
|
MutableDoubleList |
of() |
Same as
empty(). |
MutableDoubleList |
of(double... items) |
Same as
with(double[]). |
MutableDoubleList |
ofAll(java.lang.Iterable<java.lang.Double> iterable) |
Same as
#withAll(IterableDouble). |
MutableDoubleList |
ofAll(java.util.stream.DoubleStream items) |
|
MutableDoubleList |
ofAll(DoubleIterable items) |
Same as
withAll(DoubleIterable). |
MutableDoubleList |
with() |
Same as
empty(). |
MutableDoubleList |
with(double... items) |
|
MutableDoubleList |
withAll(java.lang.Iterable<java.lang.Double> iterable) |
|
MutableDoubleList |
withAll(java.util.stream.DoubleStream items) |
|
MutableDoubleList |
withAll(DoubleIterable items) |
MutableDoubleList empty()
MutableDoubleList of()
empty().MutableDoubleList with()
empty().MutableDoubleList of(double... items)
with(double[]).MutableDoubleList with(double... items)
MutableDoubleList ofAll(DoubleIterable items)
withAll(DoubleIterable).MutableDoubleList withAll(DoubleIterable items)
MutableDoubleList ofAll(java.lang.Iterable<java.lang.Double> iterable)
#withAll(IterableDouble).MutableDoubleList withAll(java.lang.Iterable<java.lang.Double> iterable)
MutableDoubleList ofAll(java.util.stream.DoubleStream items)
MutableDoubleList withAll(java.util.stream.DoubleStream items)
Copyright © 2004–2020. All rights reserved.