Interface MutableDoubleSetFactory
public interface MutableDoubleSetFactory
A factory which creates instances of type
MutableDoubleSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(double... items) Same aswith(double[]).Same aswithAll(Iterable).ofAll(DoubleStream items) ofAll(DoubleIterable items) Same aswithAll(DoubleIterable).with()Same asempty().with(double... items) withAll(DoubleStream items) withAll(DoubleIterable items) default MutableDoubleSetwithInitialCapacity(int capacity) Same asempty(). but takes in an initial capacity
-
Method Details
-
empty
MutableDoubleSet empty() -
of
MutableDoubleSet of()Same asempty(). -
with
MutableDoubleSet with()Same asempty(). -
withInitialCapacity
Same asempty(). but takes in an initial capacity- Since:
- 10.3
-
of
Same aswith(double[]). -
with
-
ofAll
Same aswithAll(DoubleIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAll
- Since:
- 9.0
-
withAll
- Since:
- 9.0
-