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