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()of(double one) of(double... items) ofAll(DoubleStream items) ofAll(DoubleIterable items) with()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:
emptyin interfaceImmutableDoubleSetFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleSetFactory
-
with
- Specified by:
within interfaceImmutableDoubleSetFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleSetFactory
-
with
- Specified by:
within interfaceImmutableDoubleSetFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleSetFactory
-
with
- Specified by:
within interfaceImmutableDoubleSetFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleSetFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleSetFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleSetFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleSetFactory- Since:
- 9.0
-