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(Iterable<Long> iterable)
Same as
withAll(Iterable). |
MutableLongStack |
ofAll(LongIterable items)
Same as
withAll(LongIterable). |
MutableLongStack |
ofAll(LongStream items) |
MutableLongStack |
ofAllReversed(LongIterable items)
Same as
withAllReversed(LongIterable). |
MutableLongStack |
with()
Same as
empty(). |
MutableLongStack |
with(long... items) |
MutableLongStack |
withAll(Iterable<Long> iterable) |
MutableLongStack |
withAll(LongIterable items) |
MutableLongStack |
withAll(LongStream 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 ofAll(Iterable<Long> iterable)
withAll(Iterable).MutableLongStack withAll(Iterable<Long> iterable)
MutableLongStack ofAllReversed(LongIterable items)
withAllReversed(LongIterable).MutableLongStack withAllReversed(LongIterable items)
MutableLongStack ofAll(LongStream items)
MutableLongStack withAll(LongStream items)
Copyright © 2004–2023. All rights reserved.