Serializable
, Comparable<ImmutableDoubleListFactoryImpl>
, ImmutableDoubleListFactory
public 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 ImmutableDoubleListFactory
public ImmutableDoubleList of()
ImmutableDoubleListFactory
ImmutableDoubleListFactory.empty()
.of
in interface ImmutableDoubleListFactory
public ImmutableDoubleList with()
ImmutableDoubleListFactory
ImmutableDoubleListFactory.empty()
.with
in interface ImmutableDoubleListFactory
public ImmutableDoubleList of(double one)
ImmutableDoubleListFactory
of
in interface ImmutableDoubleListFactory
public ImmutableDoubleList with(double one)
with
in interface ImmutableDoubleListFactory
public ImmutableDoubleList of(double... items)
ImmutableDoubleListFactory
of
in interface ImmutableDoubleListFactory
public ImmutableDoubleList with(double... items)
with
in interface ImmutableDoubleListFactory
public ImmutableDoubleList ofAll(DoubleIterable items)
ImmutableDoubleListFactory
ofAll
in interface ImmutableDoubleListFactory
public ImmutableDoubleList withAll(DoubleIterable items)
withAll
in interface ImmutableDoubleListFactory
public ImmutableDoubleList ofAll(Iterable<Double> iterable)
ImmutableDoubleListFactory
#withAll(IterableDouble)
.ofAll
in interface ImmutableDoubleListFactory
public ImmutableDoubleList withAll(Iterable<Double> iterable)
withAll
in interface ImmutableDoubleListFactory
public ImmutableDoubleList ofAll(DoubleStream items)
ofAll
in interface ImmutableDoubleListFactory
public ImmutableDoubleList withAll(DoubleStream items)
withAll
in interface ImmutableDoubleListFactory
Copyright © 2004–2019. All rights reserved.