Interface ImmutableFloatListFactory
public interface ImmutableFloatListFactory
A factory which creates instances of type
ImmutableFloatList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.- Since:
- 3.2.
-
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
ImmutableFloatList empty()- Since:
- 6.0
-
of
ImmutableFloatList of()Same asempty(). -
with
ImmutableFloatList with()Same asempty(). -
of
Same aswith(float). -
with
-
of
Same aswith(float[]). -
with
-
ofAll
Same aswithAll(FloatIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-