MutableDoubleSetFactorypublic class MutableDoubleSetFactoryImpl extends Object implements MutableDoubleSetFactory
MutableDoubleSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableDoubleSetFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleSet |
empty() |
|
MutableDoubleSet |
of() |
Same as
MutableDoubleSetFactory.empty(). |
MutableDoubleSet |
of(double... items) |
|
MutableDoubleSet |
ofAll(DoubleIterable items) |
|
MutableDoubleSet |
with() |
Same as
MutableDoubleSetFactory.empty(). |
MutableDoubleSet |
with(double... items) |
|
MutableDoubleSet |
withAll(DoubleIterable items) |
public MutableDoubleSet empty()
empty in interface MutableDoubleSetFactorypublic MutableDoubleSet of()
MutableDoubleSetFactoryMutableDoubleSetFactory.empty().of in interface MutableDoubleSetFactorypublic MutableDoubleSet with()
MutableDoubleSetFactoryMutableDoubleSetFactory.empty().with in interface MutableDoubleSetFactorypublic MutableDoubleSet of(double... items)
MutableDoubleSetFactoryof in interface MutableDoubleSetFactorypublic MutableDoubleSet with(double... items)
with in interface MutableDoubleSetFactorypublic MutableDoubleSet ofAll(DoubleIterable items)
MutableDoubleSetFactoryofAll in interface MutableDoubleSetFactorypublic MutableDoubleSet withAll(DoubleIterable items)
withAll in interface MutableDoubleSetFactoryCopyright © 2004–2017. All rights reserved.