public class MutableDoubleSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactory
MutableDoubleSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
empty() |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
of() |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
of(double... items) |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
ofAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
with() |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
with(double... items) |
org.eclipse.collections.api.set.primitive.MutableDoubleSet |
withAll(org.eclipse.collections.api.DoubleIterable items) |
public org.eclipse.collections.api.set.primitive.MutableDoubleSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.MutableDoubleSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.MutableDoubleSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.MutableDoubleSet of(double... items)
of in interface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.MutableDoubleSet with(double... items)
with in interface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.MutableDoubleSet ofAll(org.eclipse.collections.api.DoubleIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.MutableDoubleSet withAll(org.eclipse.collections.api.DoubleIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactoryCopyright © 2004–2018. All rights reserved.