Interface MutableDoubleBagFactory
public interface MutableDoubleBagFactory
A factory which creates instances of type
MutableDoubleBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.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)
-
Method Details
-
empty
MutableDoubleBag empty() -
of
MutableDoubleBag of()Same asempty(). -
with
MutableDoubleBag with()Same asempty(). -
of
Same aswith(double[]). -
with
-
ofAll
Same aswithAll(DoubleIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAll
- Since:
- 9.0
-
withAll
- Since:
- 9.0
-