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 TypeMethodDescriptionempty()of()Same asempty().of(float... items) Same aswith(float[]).Same aswithAll(Iterable).ofAll(FloatIterable items) Same aswithAll(FloatIterable).with()Same asempty().with(float... items) withAll(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
-