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()
Same asMutableDoubleSetFactory.empty()
.of
(double... items) ofAll
(DoubleStream items) ofAll
(DoubleIterable items) with()
Same asMutableDoubleSetFactory.empty()
.with
(double... items) withAll
(DoubleStream items) withAll
(DoubleIterable items) withInitialCapacity
(int capacity) Same asMutableDoubleSetFactory.empty()
.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleSetFactoryImpl
public MutableDoubleSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableDoubleSetFactory
-
of
Description copied from interface:MutableDoubleSetFactory
Same asMutableDoubleSetFactory.empty()
.- Specified by:
of
in interfaceMutableDoubleSetFactory
-
with
Description copied from interface:MutableDoubleSetFactory
Same asMutableDoubleSetFactory.empty()
.- Specified by:
with
in interfaceMutableDoubleSetFactory
-
withInitialCapacity
Description copied from interface:MutableDoubleSetFactory
Same asMutableDoubleSetFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableDoubleSetFactory
-
of
Description copied from interface:MutableDoubleSetFactory
- Specified by:
of
in interfaceMutableDoubleSetFactory
-
with
- Specified by:
with
in interfaceMutableDoubleSetFactory
-
ofAll
Description copied from interface:MutableDoubleSetFactory
- Specified by:
ofAll
in interfaceMutableDoubleSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleSetFactory
-
ofAll
Description copied from interface:MutableDoubleSetFactory
- Specified by:
ofAll
in interfaceMutableDoubleSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleSetFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceMutableDoubleSetFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleSetFactory
- Since:
- 9.0
-