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