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