Interface MutableIntBagFactory
public interface MutableIntBagFactory
A factory which creates instances of type
MutableIntBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(int... items) Same aswith(int[]).Same aswithAll(Iterable).ofAll(IntIterable items) Same aswithAll(IntIterable).with()Same asempty().with(int... items) withAll(IntIterable items)
-
Method Details
-
empty
MutableIntBag empty() -
of
MutableIntBag of()Same asempty(). -
with
MutableIntBag with()Same asempty(). -
of
Same aswith(int[]). -
with
-
ofAll
Same aswithAll(IntIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAll
- Since:
- 9.0
-
withAll
- Since:
- 9.0
-