Class MutableFloatSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.MutableFloatSetFactoryImpl
- All Implemented Interfaces:
MutableFloatSetFactory
MutableFloatSetFactoryImpl is a factory implementation which creates instances of type
MutableFloatSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(float... items) ofAll(FloatIterable items) with()with(float... items) withAll(FloatIterable items) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatSetFactoryImpl
public MutableFloatSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatSetFactory
-
of
- Specified by:
ofin interfaceMutableFloatSetFactory
-
with
- Specified by:
within interfaceMutableFloatSetFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableFloatSetFactory
-
of
- Specified by:
ofin interfaceMutableFloatSetFactory
-
with
- Specified by:
within interfaceMutableFloatSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatSetFactory- Since:
- 10.0
-