public class MutableFloatBagFactoryImpl extends Object implements MutableFloatBagFactory
MutableFloatBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableFloatBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableFloatBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBag |
empty() |
MutableFloatBag |
of() |
MutableFloatBag |
of(float... items) |
MutableFloatBag |
ofAll(FloatIterable items) |
MutableFloatBag |
ofAll(Iterable<Float> iterable) |
MutableFloatBag |
with() |
MutableFloatBag |
with(float... items) |
MutableFloatBag |
withAll(FloatIterable items) |
MutableFloatBag |
withAll(Iterable<Float> iterable) |
public static final MutableFloatBagFactory INSTANCE
public MutableFloatBag empty()
empty in interface MutableFloatBagFactorypublic MutableFloatBag of()
of in interface MutableFloatBagFactorypublic MutableFloatBag with()
with in interface MutableFloatBagFactorypublic MutableFloatBag of(float... items)
of in interface MutableFloatBagFactorypublic MutableFloatBag with(float... items)
with in interface MutableFloatBagFactorypublic MutableFloatBag ofAll(FloatIterable items)
ofAll in interface MutableFloatBagFactorypublic MutableFloatBag withAll(FloatIterable items)
withAll in interface MutableFloatBagFactorypublic MutableFloatBag ofAll(Iterable<Float> iterable)
ofAll in interface MutableFloatBagFactorypublic MutableFloatBag withAll(Iterable<Float> iterable)
withAll in interface MutableFloatBagFactoryCopyright © 2004–2022. All rights reserved.