Serializable, Comparable<ImmutableDoubleListFactoryImpl>, ImmutableDoubleListFactorypublic enum ImmutableDoubleListFactoryImpl extends Enum<ImmutableDoubleListFactoryImpl> implements ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final ImmutableDoubleListFactoryImpl INSTANCE
public static ImmutableDoubleListFactoryImpl[] values()
for (ImmutableDoubleListFactoryImpl c : ImmutableDoubleListFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleListFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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 ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(Iterable<Double> iterable)
ImmutableDoubleListFactory#withAll(IterableDouble).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–2019. All rights reserved.