public interface MutableIntStackFactory
MutableIntStack
.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableIntStack |
empty() |
MutableIntStack |
of()
Same as
empty() . |
MutableIntStack |
of(int... items)
Same as
with(int[]) . |
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(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 ofAllReversed(IntIterable items)
withAllReversed(IntIterable)
.MutableIntStack withAllReversed(IntIterable items)
Copyright © 2004–2016. All rights reserved.