Interface ImmutableFloatBagFactory
public interface ImmutableFloatBagFactory
A factory which creates instances of type
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(float one) Same aswith(float).of(float... items) Same aswith(float[]).Same aswithAll(Iterable).ofAll(FloatIterable items) Same aswithAll(FloatIterable).with()Same asempty().with(float one) with(float... items) withAll(FloatIterable items)
-
Method Details
-
empty
ImmutableFloatBag empty()- Since:
- 6.0
-
of
ImmutableFloatBag of()Same asempty(). -
with
ImmutableFloatBag with()Same asempty(). -
of
Same aswith(float). -
with
-
of
Same aswith(float[]). -
with
-
ofAll
Same aswithAll(FloatIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-