public class ImmutableDoubleSetFactoryImpl extends Object implements ImmutableDoubleSetFactory
ImmutableDoubleSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableDoubleSetFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableDoubleSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleSet |
empty() |
ImmutableDoubleSet |
of() |
ImmutableDoubleSet |
of(double... items) |
ImmutableDoubleSet |
of(double one) |
ImmutableDoubleSet |
ofAll(DoubleIterable items) |
ImmutableDoubleSet |
ofAll(DoubleStream items) |
ImmutableDoubleSet |
ofAll(Iterable<Double> iterable) |
ImmutableDoubleSet |
with() |
ImmutableDoubleSet |
with(double... items) |
ImmutableDoubleSet |
with(double one) |
ImmutableDoubleSet |
withAll(DoubleIterable items) |
ImmutableDoubleSet |
withAll(DoubleStream items) |
ImmutableDoubleSet |
withAll(Iterable<Double> iterable) |
public static final ImmutableDoubleSetFactory INSTANCE
public ImmutableDoubleSet empty()
empty in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet of()
of in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet with()
with in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet of(double one)
of in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet with(double one)
with in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet of(double... items)
of in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet with(double... items)
with in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet ofAll(DoubleIterable items)
ofAll in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet withAll(DoubleIterable items)
withAll in interface ImmutableDoubleSetFactorypublic ImmutableDoubleSet ofAll(Iterable<Double> iterable)
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–2022. All rights reserved.