public class MutableFloatSetFactoryImpl extends Object implements MutableFloatSetFactory
MutableFloatSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableFloatSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableFloatSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
empty() |
MutableFloatSet |
of() |
MutableFloatSet |
of(float... items) |
MutableFloatSet |
ofAll(FloatIterable items) |
MutableFloatSet |
ofAll(Iterable<Float> iterable) |
MutableFloatSet |
with() |
MutableFloatSet |
with(float... items) |
MutableFloatSet |
withAll(FloatIterable items) |
MutableFloatSet |
withAll(Iterable<Float> iterable) |
MutableFloatSet |
withInitialCapacity(int capacity) |
public static final MutableFloatSetFactory INSTANCE
public MutableFloatSet empty()
empty in interface MutableFloatSetFactorypublic MutableFloatSet of()
of in interface MutableFloatSetFactorypublic MutableFloatSet with()
with in interface MutableFloatSetFactorypublic MutableFloatSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableFloatSetFactorypublic MutableFloatSet of(float... items)
of in interface MutableFloatSetFactorypublic MutableFloatSet with(float... items)
with in interface MutableFloatSetFactorypublic MutableFloatSet ofAll(FloatIterable items)
ofAll in interface MutableFloatSetFactorypublic MutableFloatSet withAll(FloatIterable items)
withAll in interface MutableFloatSetFactorypublic MutableFloatSet ofAll(Iterable<Float> iterable)
ofAll in interface MutableFloatSetFactorypublic MutableFloatSet withAll(Iterable<Float> iterable)
withAll in interface MutableFloatSetFactoryCopyright © 2004–2022. All rights reserved.