Interface ImmutableFloatSetFactory
- All Known Implementing Classes:
ImmutableFloatSetFactoryImpl
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 Type Method Description ImmutableFloatSetempty()ImmutableFloatSetof()Same asempty().ImmutableFloatSetof(float one)Same aswith(float).ImmutableFloatSetof(float... items)Same aswith(float[]).ImmutableFloatSetofAll(Iterable<Float> iterable)Same aswithAll(Iterable).ImmutableFloatSetofAll(FloatIterable items)Same aswithAll(FloatIterable).ImmutableFloatSetwith()Same asempty().ImmutableFloatSetwith(float one)ImmutableFloatSetwith(float... items)ImmutableFloatSetwithAll(Iterable<Float> iterable)ImmutableFloatSetwithAll(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
-