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