public class ImmutableDoubleListFactoryImpl extends Object implements ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableDoubleListFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableDoubleListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
empty() |
ImmutableDoubleList |
of() |
ImmutableDoubleList |
of(double... items) |
ImmutableDoubleList |
of(double one) |
ImmutableDoubleList |
ofAll(DoubleIterable items) |
ImmutableDoubleList |
ofAll(DoubleStream items) |
ImmutableDoubleList |
ofAll(Iterable<Double> iterable) |
ImmutableDoubleList |
with() |
ImmutableDoubleList |
with(double... items) |
ImmutableDoubleList |
with(double one) |
ImmutableDoubleList |
withAll(DoubleIterable items) |
ImmutableDoubleList |
withAll(DoubleStream items) |
ImmutableDoubleList |
withAll(Iterable<Double> iterable) |
public static final ImmutableDoubleListFactory INSTANCE
public ImmutableDoubleList empty()
empty in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of()
of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with()
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double one)
of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double one)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double... items)
of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double... items)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(DoubleIterable items)
ofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(DoubleIterable items)
withAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(Iterable<Double> iterable)
ofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(Iterable<Double> iterable)
withAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(DoubleStream items)
ofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(DoubleStream items)
withAll in interface ImmutableDoubleListFactoryCopyright © 2004–2022. All rights reserved.