Interface ImmutableFloatBagFactory
- All Known Implementing Classes:
ImmutableFloatBagFactoryImpl
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 Type Method Description ImmutableFloatBagempty()ImmutableFloatBagof()Same asempty().ImmutableFloatBagof(float one)Same aswith(float).ImmutableFloatBagof(float... items)Same aswith(float[]).ImmutableFloatBagofAll(Iterable<Float> iterable)Same aswithAll(Iterable).ImmutableFloatBagofAll(FloatIterable items)Same aswithAll(FloatIterable).ImmutableFloatBagwith()Same asempty().ImmutableFloatBagwith(float one)ImmutableFloatBagwith(float... items)ImmutableFloatBagwithAll(Iterable<Float> iterable)ImmutableFloatBagwithAll(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
-