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 |
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 |
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 ofAllReversed(IntIterable items)
withAllReversed(IntIterable)
.ImmutableIntStack withAllReversed(IntIterable items)
Copyright © 2004–2016. All rights reserved.