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