ImmutableIntListFactoryImplpublic interface ImmutableIntListFactory
ImmutableIntList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntList |
empty() |
|
ImmutableIntList |
of() |
Same as
empty(). |
ImmutableIntList |
of(int one) |
Same as
with(int). |
ImmutableIntList |
of(int... items) |
Same as
with(int[]). |
ImmutableIntList |
ofAll(java.util.stream.IntStream items) |
|
ImmutableIntList |
ofAll(IntIterable items) |
Same as
withAll(IntIterable). |
ImmutableIntList |
with() |
Same as
empty(). |
ImmutableIntList |
with(int one) |
|
ImmutableIntList |
with(int... items) |
|
ImmutableIntList |
withAll(java.util.stream.IntStream items) |
|
ImmutableIntList |
withAll(IntIterable items) |
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(java.util.stream.IntStream items)
ImmutableIntList withAll(java.util.stream.IntStream items)
Copyright © 2004–2018. All rights reserved.