Serializable, Comparable<ImmutableDoubleSetFactoryImpl>, ImmutableDoubleSetFactorypublic enum ImmutableDoubleSetFactoryImpl extends Enum<ImmutableDoubleSetFactoryImpl> implements ImmutableDoubleSetFactory
ImmutableDoubleSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final ImmutableDoubleSetFactoryImpl INSTANCE
public static ImmutableDoubleSetFactoryImpl[] values()
for (ImmutableDoubleSetFactoryImpl c : ImmutableDoubleSetFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleSetFactoryImpl 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 ImmutableDoubleSet empty()
empty in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet of()
ImmutableDoubleSetFactoryImmutableDoubleSetFactory.empty().of in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet with()
ImmutableDoubleSetFactoryImmutableDoubleSetFactory.empty().with in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet of(double one)
ImmutableDoubleSetFactoryof in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet with(double one)
with in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet of(double... items)
ImmutableDoubleSetFactoryof in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet with(double... items)
with in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet ofAll(DoubleIterable items)
ImmutableDoubleSetFactoryofAll in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet withAll(DoubleIterable items)
withAll in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet ofAll(Iterable<Double> iterable)
ImmutableDoubleSetFactory#withAll(IterableDouble).ofAll in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet withAll(Iterable<Double> iterable)
withAll in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet ofAll(DoubleStream items)
ofAll in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet withAll(DoubleStream items)
withAll in interface ImmutableDoubleSetFactoryCopyright © 2004–2019. All rights reserved.