public class MutableFloatSetFactoryImpl extends Object implements MutableFloatSetFactory
MutableFloatSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableFloatSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
empty() |
MutableFloatSet |
of()
Same as
MutableFloatSetFactory.empty(). |
MutableFloatSet |
of(float... items)
Same as
MutableFloatSetFactory.with(float[]). |
MutableFloatSet |
ofAll(FloatIterable items)
|
MutableFloatSet |
with()
Same as
MutableFloatSetFactory.empty(). |
MutableFloatSet |
with(float... items) |
MutableFloatSet |
withAll(FloatIterable items) |
public MutableFloatSet empty()
empty in interface MutableFloatSetFactorypublic MutableFloatSet of()
MutableFloatSetFactoryMutableFloatSetFactory.empty().of in interface MutableFloatSetFactorypublic MutableFloatSet with()
MutableFloatSetFactoryMutableFloatSetFactory.empty().with in interface MutableFloatSetFactorypublic MutableFloatSet of(float... items)
MutableFloatSetFactoryMutableFloatSetFactory.with(float[]).of in interface MutableFloatSetFactorypublic MutableFloatSet with(float... items)
with in interface MutableFloatSetFactorypublic MutableFloatSet ofAll(FloatIterable items)
MutableFloatSetFactoryofAll in interface MutableFloatSetFactorypublic MutableFloatSet withAll(FloatIterable items)
withAll in interface MutableFloatSetFactoryCopyright © 2004–2016. All rights reserved.