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