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()Same asMutableFloatSetFactory.empty().of(float... items) Same asMutableFloatSetFactory.with(float[]).ofAll(FloatIterable items) with()Same asMutableFloatSetFactory.empty().with(float... items) withAll(FloatIterable items) withInitialCapacity(int capacity) Same asMutableFloatSetFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatSetFactoryImpl
public MutableFloatSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatSetFactory
-
of
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.empty().- Specified by:
ofin interfaceMutableFloatSetFactory
-
with
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.empty().- Specified by:
within interfaceMutableFloatSetFactory
-
withInitialCapacity
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatSetFactory
-
of
Description copied from interface:MutableFloatSetFactorySame asMutableFloatSetFactory.with(float[]).- Specified by:
ofin interfaceMutableFloatSetFactory
-
with
- Specified by:
within interfaceMutableFloatSetFactory
-
ofAll
Description copied from interface:MutableFloatSetFactory- Specified by:
ofAllin interfaceMutableFloatSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatSetFactory
-
ofAll
Description copied from interface:MutableFloatSetFactory- Specified by:
ofAllin interfaceMutableFloatSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatSetFactory- Since:
- 10.0
-