MutableLongStackFactoryImplpublic interface MutableLongStackFactory
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableLongStack |
empty() |
|
MutableLongStack |
of() |
Same as
empty(). |
MutableLongStack |
of(long... items) |
Same as
with(long[]). |
MutableLongStack |
ofAll(java.util.stream.LongStream items) |
|
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(java.util.stream.LongStream 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)
MutableLongStack ofAll(java.util.stream.LongStream items)
MutableLongStack withAll(java.util.stream.LongStream items)
Copyright © 2004–2018. All rights reserved.