public class MutableFloatSetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactory
MutableFloatSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableFloatSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.MutableFloatSet |
empty() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
of() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
of(float... items) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
ofAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
with() |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
with(float... items) |
org.eclipse.collections.api.set.primitive.MutableFloatSet |
withAll(org.eclipse.collections.api.FloatIterable items) |
public org.eclipse.collections.api.set.primitive.MutableFloatSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactorypublic org.eclipse.collections.api.set.primitive.MutableFloatSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactorypublic org.eclipse.collections.api.set.primitive.MutableFloatSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactorypublic org.eclipse.collections.api.set.primitive.MutableFloatSet of(float... items)
of in interface org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactorypublic org.eclipse.collections.api.set.primitive.MutableFloatSet with(float... items)
with in interface org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactorypublic org.eclipse.collections.api.set.primitive.MutableFloatSet ofAll(org.eclipse.collections.api.FloatIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactorypublic org.eclipse.collections.api.set.primitive.MutableFloatSet withAll(org.eclipse.collections.api.FloatIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.MutableFloatSetFactoryCopyright © 2004–2018. All rights reserved.