public interface ImmutableIntListFactory
ImmutableIntList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
empty() |
ImmutableIntList |
of()
Same as
empty(). |
ImmutableIntList |
of(int... items)
Same as
with(int[]). |
ImmutableIntList |
of(int one)
Same as
with(int). |
ImmutableIntList |
ofAll(IntIterable items)
Same as
withAll(IntIterable). |
ImmutableIntList |
ofAll(IntStream items) |
ImmutableIntList |
ofAll(Iterable<Integer> iterable)
Same as
withAll(Iterable). |
ImmutableIntList |
with()
Same as
empty(). |
ImmutableIntList |
with(int... items) |
ImmutableIntList |
with(int one) |
ImmutableIntList |
withAll(IntIterable items) |
ImmutableIntList |
withAll(IntStream items) |
ImmutableIntList |
withAll(Iterable<Integer> iterable) |
ImmutableIntList empty()
ImmutableIntList of()
empty().ImmutableIntList with()
empty().ImmutableIntList of(int one)
with(int).ImmutableIntList with(int one)
ImmutableIntList of(int... items)
with(int[]).ImmutableIntList with(int... items)
ImmutableIntList ofAll(IntIterable items)
withAll(IntIterable).ImmutableIntList withAll(IntIterable items)
ImmutableIntList ofAll(Iterable<Integer> iterable)
withAll(Iterable).ImmutableIntList withAll(Iterable<Integer> iterable)
ImmutableIntList ofAll(IntStream items)
ImmutableIntList withAll(IntStream items)
Copyright © 2004–2023. All rights reserved.