ImmutableDoubleListFactoryImplpublic interface ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleList |
empty() |
|
ImmutableDoubleList |
of() |
Same as
empty(). |
ImmutableDoubleList |
of(double one) |
Same as
with(double). |
ImmutableDoubleList |
of(double... items) |
Same as
with(double[]). |
ImmutableDoubleList |
ofAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
ofAll(DoubleIterable items) |
Same as
withAll(DoubleIterable). |
ImmutableDoubleList |
with() |
Same as
empty(). |
ImmutableDoubleList |
with(double one) |
|
ImmutableDoubleList |
with(double... items) |
|
ImmutableDoubleList |
withAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
withAll(DoubleIterable items) |
ImmutableDoubleList empty()
ImmutableDoubleList of()
empty().ImmutableDoubleList with()
empty().ImmutableDoubleList of(double one)
with(double).ImmutableDoubleList with(double one)
ImmutableDoubleList of(double... items)
with(double[]).ImmutableDoubleList with(double... items)
ImmutableDoubleList ofAll(DoubleIterable items)
withAll(DoubleIterable).ImmutableDoubleList withAll(DoubleIterable items)
ImmutableDoubleList ofAll(java.util.stream.DoubleStream items)
ImmutableDoubleList withAll(java.util.stream.DoubleStream items)
Copyright © 2004–2017. All rights reserved.