public class ImmutableDoubleListFactoryImpl extends Object implements ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
empty() |
ImmutableDoubleList |
of()
Same as
ImmutableDoubleListFactory.empty(). |
ImmutableDoubleList |
of(double... items)
|
ImmutableDoubleList |
of(double one)
|
ImmutableDoubleList |
ofAll(DoubleIterable items)
|
ImmutableDoubleList |
with()
Same as
ImmutableDoubleListFactory.empty(). |
ImmutableDoubleList |
with(double... items) |
ImmutableDoubleList |
with(double one) |
ImmutableDoubleList |
withAll(DoubleIterable items) |
public ImmutableDoubleList empty()
empty in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of()
ImmutableDoubleListFactoryImmutableDoubleListFactory.empty().of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with()
ImmutableDoubleListFactoryImmutableDoubleListFactory.empty().with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double one)
ImmutableDoubleListFactoryof in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double one)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double... items)
ImmutableDoubleListFactoryof in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double... items)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(DoubleIterable items)
ImmutableDoubleListFactoryofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(DoubleIterable items)
withAll in interface ImmutableDoubleListFactoryCopyright © 2004–2016. All rights reserved.