ImmutableDoubleListFactoryImpl
public 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(Iterable<Double> iterable) |
Same as
#withAll(IterableDouble) . |
ImmutableDoubleList |
ofAll(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(Iterable<Double> iterable) |
|
ImmutableDoubleList |
withAll(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(Iterable<Double> iterable)
#withAll(IterableDouble)
.ImmutableDoubleList withAll(Iterable<Double> iterable)
ImmutableDoubleList ofAll(DoubleStream items)
ImmutableDoubleList withAll(DoubleStream items)
Copyright © 2004–2019. All rights reserved.