Class ImmutableDoubleSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetFactoryImpl
- All Implemented Interfaces:
ImmutableDoubleSetFactory
ImmutableDoubleSetFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asImmutableDoubleSetFactory.empty()
.of
(double one) of
(double... items) ofAll
(DoubleStream items) ofAll
(DoubleIterable items) with()
Same asImmutableDoubleSetFactory.empty()
.with
(double one) with
(double... items) withAll
(DoubleStream items) withAll
(DoubleIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableDoubleSetFactoryImpl
public ImmutableDoubleSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableDoubleSetFactory
-
of
Description copied from interface:ImmutableDoubleSetFactory
Same asImmutableDoubleSetFactory.empty()
.- Specified by:
of
in interfaceImmutableDoubleSetFactory
-
with
Description copied from interface:ImmutableDoubleSetFactory
Same asImmutableDoubleSetFactory.empty()
.- Specified by:
with
in interfaceImmutableDoubleSetFactory
-
of
Description copied from interface:ImmutableDoubleSetFactory
- Specified by:
of
in interfaceImmutableDoubleSetFactory
-
with
- Specified by:
with
in interfaceImmutableDoubleSetFactory
-
of
Description copied from interface:ImmutableDoubleSetFactory
- Specified by:
of
in interfaceImmutableDoubleSetFactory
-
with
- Specified by:
with
in interfaceImmutableDoubleSetFactory
-
ofAll
Description copied from interface:ImmutableDoubleSetFactory
- Specified by:
ofAll
in interfaceImmutableDoubleSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableDoubleSetFactory
-
ofAll
Description copied from interface:ImmutableDoubleSetFactory
- Specified by:
ofAll
in interfaceImmutableDoubleSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableDoubleSetFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceImmutableDoubleSetFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceImmutableDoubleSetFactory
- Since:
- 9.0
-