Class MutableFloatBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableFloatBagFactoryImpl
- All Implemented Interfaces:
MutableFloatBagFactory
MutableFloatBagFactoryImpl is a factory implementation which creates instances of type
MutableFloatBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatBagFactoryImpl
public MutableFloatBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatBagFactory
-
of
- Specified by:
ofin interfaceMutableFloatBagFactory
-
with
- Specified by:
within interfaceMutableFloatBagFactory
-
of
- Specified by:
ofin interfaceMutableFloatBagFactory
-
with
- Specified by:
within interfaceMutableFloatBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatBagFactory- Since:
- 10.0
-