public interface ImmutableLongStackFactory
ImmutableLongStack
.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableLongStack |
empty() |
ImmutableLongStack |
of()
Same as
empty() . |
ImmutableLongStack |
of(long... items)
Same as
with(long[]) . |
ImmutableLongStack |
of(long one)
Same as
with(long) . |
ImmutableLongStack |
ofAll(LongIterable items)
Same as
withAll(LongIterable) . |
ImmutableLongStack |
ofAllReversed(LongIterable items)
Same as
withAllReversed(LongIterable) . |
ImmutableLongStack |
with()
Same as
empty() . |
ImmutableLongStack |
with(long... items) |
ImmutableLongStack |
with(long one) |
ImmutableLongStack |
withAll(LongIterable items) |
ImmutableLongStack |
withAllReversed(LongIterable items) |
ImmutableLongStack empty()
ImmutableLongStack of()
empty()
.ImmutableLongStack with()
empty()
.ImmutableLongStack of(long one)
with(long)
.ImmutableLongStack with(long one)
ImmutableLongStack of(long... items)
with(long[])
.ImmutableLongStack with(long... items)
ImmutableLongStack ofAll(LongIterable items)
withAll(LongIterable)
.ImmutableLongStack withAll(LongIterable items)
ImmutableLongStack ofAllReversed(LongIterable items)
withAllReversed(LongIterable)
.ImmutableLongStack withAllReversed(LongIterable items)
Copyright © 2004–2016. All rights reserved.