public interface ImmutableIntStackFactory
ImmutableIntStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableIntStack |
empty() |
ImmutableIntStack |
of()
Same as
empty(). |
ImmutableIntStack |
of(int... items)
Same as
with(int[]). |
ImmutableIntStack |
of(int one)
Same as
with(int). |
ImmutableIntStack |
ofAll(IntIterable items)
Same as
withAll(IntIterable). |
ImmutableIntStack |
ofAll(IntStream items) |
ImmutableIntStack |
ofAll(Iterable<Integer> iterable)
Same as
withAll(Iterable). |
ImmutableIntStack |
ofAllReversed(IntIterable items)
Same as
withAllReversed(IntIterable). |
ImmutableIntStack |
with()
Same as
empty(). |
ImmutableIntStack |
with(int... items) |
ImmutableIntStack |
with(int one) |
ImmutableIntStack |
withAll(IntIterable items) |
ImmutableIntStack |
withAll(IntStream items) |
ImmutableIntStack |
withAll(Iterable<Integer> iterable) |
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(Iterable<Integer> iterable)
withAll(Iterable).ImmutableIntStack withAll(Iterable<Integer> iterable)
ImmutableIntStack ofAllReversed(IntIterable items)
withAllReversed(IntIterable).ImmutableIntStack withAllReversed(IntIterable items)
ImmutableIntStack ofAll(IntStream items)
ImmutableIntStack withAll(IntStream items)
Copyright © 2004–2023. All rights reserved.