public class MutableDoubleSetFactoryImpl extends Object implements MutableDoubleSetFactory
MutableDoubleSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableDoubleSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableDoubleSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
empty() |
MutableDoubleSet |
of() |
MutableDoubleSet |
of(double... items) |
MutableDoubleSet |
ofAll(DoubleIterable items) |
MutableDoubleSet |
ofAll(DoubleStream items) |
MutableDoubleSet |
ofAll(Iterable<Double> iterable) |
MutableDoubleSet |
with() |
MutableDoubleSet |
with(double... items) |
MutableDoubleSet |
withAll(DoubleIterable items) |
MutableDoubleSet |
withAll(DoubleStream items) |
MutableDoubleSet |
withAll(Iterable<Double> iterable) |
MutableDoubleSet |
withInitialCapacity(int capacity) |
public static final MutableDoubleSetFactory INSTANCE
public MutableDoubleSet empty()
empty in interface MutableDoubleSetFactorypublic MutableDoubleSet of()
of in interface MutableDoubleSetFactorypublic MutableDoubleSet with()
with in interface MutableDoubleSetFactorypublic MutableDoubleSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableDoubleSetFactorypublic MutableDoubleSet of(double... items)
of in interface MutableDoubleSetFactorypublic MutableDoubleSet with(double... items)
with in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(DoubleIterable items)
ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(DoubleIterable items)
withAll in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(Iterable<Double> iterable)
ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(Iterable<Double> iterable)
withAll in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(DoubleStream items)
ofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(DoubleStream items)
withAll in interface MutableDoubleSetFactoryCopyright © 2004–2022. All rights reserved.