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:
emptyin interfaceImmutableFloatSetFactory
-
of
Description copied from interface:ImmutableFloatSetFactorySame asImmutableFloatSetFactory.empty().- Specified by:
ofin interfaceImmutableFloatSetFactory
-
with
Description copied from interface:ImmutableFloatSetFactorySame asImmutableFloatSetFactory.empty().- Specified by:
within interfaceImmutableFloatSetFactory
-
of
Description copied from interface:ImmutableFloatSetFactorySame asImmutableFloatSetFactory.with(float).- Specified by:
ofin interfaceImmutableFloatSetFactory
-
with
- Specified by:
within interfaceImmutableFloatSetFactory
-
of
Description copied from interface:ImmutableFloatSetFactory- Specified by:
ofin interfaceImmutableFloatSetFactory
-
with
- Specified by:
within interfaceImmutableFloatSetFactory
-
ofAll
Description copied from interface:ImmutableFloatSetFactory- Specified by:
ofAllin interfaceImmutableFloatSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableFloatSetFactory
-
ofAll
Description copied from interface:ImmutableFloatSetFactory- Specified by:
ofAllin interfaceImmutableFloatSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableFloatSetFactory- Since:
- 10.0
-