Class ImmutableFloatSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatSetFactoryImpl
- All Implemented Interfaces:
ImmutableFloatSetFactory
ImmutableFloatSetFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asImmutableFloatSetFactory.empty()
.of
(float one) Same asImmutableFloatSetFactory.with(float)
.of
(float... items) ofAll
(FloatIterable items) with()
Same asImmutableFloatSetFactory.empty()
.with
(float one) with
(float... items) withAll
(FloatIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableFloatSetFactoryImpl
public ImmutableFloatSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableFloatSetFactory
-
of
Description copied from interface:ImmutableFloatSetFactory
Same asImmutableFloatSetFactory.empty()
.- Specified by:
of
in interfaceImmutableFloatSetFactory
-
with
Description copied from interface:ImmutableFloatSetFactory
Same asImmutableFloatSetFactory.empty()
.- Specified by:
with
in interfaceImmutableFloatSetFactory
-
of
Description copied from interface:ImmutableFloatSetFactory
Same asImmutableFloatSetFactory.with(float)
.- Specified by:
of
in interfaceImmutableFloatSetFactory
-
with
- Specified by:
with
in interfaceImmutableFloatSetFactory
-
of
Description copied from interface:ImmutableFloatSetFactory
- Specified by:
of
in interfaceImmutableFloatSetFactory
-
with
- Specified by:
with
in interfaceImmutableFloatSetFactory
-
ofAll
Description copied from interface:ImmutableFloatSetFactory
- Specified by:
ofAll
in interfaceImmutableFloatSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableFloatSetFactory
-
ofAll
Description copied from interface:ImmutableFloatSetFactory
- Specified by:
ofAll
in interfaceImmutableFloatSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableFloatSetFactory
- Since:
- 10.0
-