Interface ImmutableDoubleListFactory
public interface ImmutableDoubleListFactory
A factory which creates instances of type
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.- Since:
- 3.2.
-
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
ImmutableDoubleList empty()- Since:
- 6.0
-
of
ImmutableDoubleList of()Same asempty(). -
with
ImmutableDoubleList 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
-