Class MutableDoubleBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableDoubleBagFactoryImpl
- All Implemented Interfaces:
MutableDoubleBagFactory
MutableDoubleBagFactoryImpl is a factory implementation which creates instances of type
MutableDoubleBag.
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(double... items) ofAll(DoubleStream items) ofAll(DoubleIterable items) with()with(double... items) withAll(DoubleStream items) withAll(DoubleIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleBagFactoryImpl
public MutableDoubleBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableDoubleBagFactory
-
of
- Specified by:
ofin interfaceMutableDoubleBagFactory
-
with
- Specified by:
within interfaceMutableDoubleBagFactory
-
of
- Specified by:
ofin interfaceMutableDoubleBagFactory
-
with
- Specified by:
within interfaceMutableDoubleBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableDoubleBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableDoubleBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableDoubleBagFactory- Since:
- 9.0
-