Interface ImmutableDoubleSetFactory
public interface ImmutableDoubleSetFactory
A factory which creates instances of type
ImmutableDoubleSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(double one) Same aswith(double).of(double... items) Same aswith(double[]).Same aswithAll(Iterable).ofAll(DoubleStream items) ofAll(DoubleIterable items) Same aswithAll(DoubleIterable).with()Same asempty().with(double one) with(double... items) withAll(DoubleStream items) withAll(DoubleIterable items)
-
Method Details
-
empty
ImmutableDoubleSet empty()- Since:
- 6.0
-
of
ImmutableDoubleSet of()Same asempty(). -
with
ImmutableDoubleSet with()Same asempty(). -
of
Same aswith(double). -
with
-
of
Same aswith(double[]). -
with
-
ofAll
Same aswithAll(DoubleIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAll
- Since:
- 9.0
-
withAll
- Since:
- 9.0
-