Interface MutableFloatBagFactory
- All Known Implementing Classes:
MutableFloatBagFactoryImpl
public interface MutableFloatBagFactory
A factory which creates instances of type
MutableFloatBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description MutableFloatBagempty()MutableFloatBagof()Same asempty().MutableFloatBagof(float... items)Same aswith(float[]).MutableFloatBagofAll(Iterable<Float> iterable)Same aswithAll(Iterable).MutableFloatBagofAll(FloatIterable items)Same aswithAll(FloatIterable).MutableFloatBagwith()Same asempty().MutableFloatBagwith(float... items)MutableFloatBagwithAll(Iterable<Float> iterable)MutableFloatBagwithAll(FloatIterable items)
-
Method Details
-
empty
MutableFloatBag empty() -
of
MutableFloatBag of()Same asempty(). -
with
MutableFloatBag with()Same asempty(). -
of
Same aswith(float[]). -
with
-
ofAll
Same aswithAll(FloatIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-