ImmutableIntStackFactoryImplpublic interface ImmutableIntStackFactory
ImmutableIntStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntStack |
empty() |
|
ImmutableIntStack |
of() |
Same as
empty(). |
ImmutableIntStack |
of(int one) |
Same as
with(int). |
ImmutableIntStack |
of(int... items) |
Same as
with(int[]). |
ImmutableIntStack |
ofAll(java.lang.Iterable<java.lang.Integer> iterable) |
Same as
#withAll(IterableInteger). |
ImmutableIntStack |
ofAll(java.util.stream.IntStream items) |
|
ImmutableIntStack |
ofAll(IntIterable items) |
Same as
withAll(IntIterable). |
ImmutableIntStack |
ofAllReversed(IntIterable items) |
Same as
withAllReversed(IntIterable). |
ImmutableIntStack |
with() |
Same as
empty(). |
ImmutableIntStack |
with(int one) |
|
ImmutableIntStack |
with(int... items) |
|
ImmutableIntStack |
withAll(java.lang.Iterable<java.lang.Integer> iterable) |
|
ImmutableIntStack |
withAll(java.util.stream.IntStream items) |
|
ImmutableIntStack |
withAll(IntIterable items) |
|
ImmutableIntStack |
withAllReversed(IntIterable items) |
ImmutableIntStack empty()
ImmutableIntStack of()
empty().ImmutableIntStack with()
empty().ImmutableIntStack of(int one)
with(int).ImmutableIntStack with(int one)
ImmutableIntStack of(int... items)
with(int[]).ImmutableIntStack with(int... items)
ImmutableIntStack ofAll(IntIterable items)
withAll(IntIterable).ImmutableIntStack withAll(IntIterable items)
ImmutableIntStack ofAll(java.lang.Iterable<java.lang.Integer> iterable)
#withAll(IterableInteger).ImmutableIntStack withAll(java.lang.Iterable<java.lang.Integer> iterable)
ImmutableIntStack ofAllReversed(IntIterable items)
withAllReversed(IntIterable).ImmutableIntStack withAllReversed(IntIterable items)
ImmutableIntStack ofAll(java.util.stream.IntStream items)
ImmutableIntStack withAll(java.util.stream.IntStream items)
Copyright © 2004–2020. All rights reserved.