public class ImmutableDoubleSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactory
ImmutableDoubleSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
empty() |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
of() |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
of(double... items) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
of(double one) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
ofAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
with() |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
with(double... items) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
with(double one) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
withAll(org.eclipse.collections.api.DoubleIterable items) |
public org.eclipse.collections.api.set.primitive.ImmutableDoubleSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet of(double one)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet with(double one)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet of(double... items)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet with(double... items)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet ofAll(org.eclipse.collections.api.DoubleIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet withAll(org.eclipse.collections.api.DoubleIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactoryCopyright © 2004–2017. All rights reserved.