public class MutableLongStackFactoryImpl extends Object implements MutableLongStackFactory
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableLongStackFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableLongStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongStack |
empty() |
MutableLongStack |
of() |
MutableLongStack |
of(long... items) |
MutableLongStack |
ofAll(Iterable<Long> iterable) |
MutableLongStack |
ofAll(LongIterable items) |
MutableLongStack |
ofAll(LongStream items) |
MutableLongStack |
ofAllReversed(LongIterable items) |
MutableLongStack |
with() |
MutableLongStack |
with(long... items) |
MutableLongStack |
withAll(Iterable<Long> iterable) |
MutableLongStack |
withAll(LongIterable items) |
MutableLongStack |
withAll(LongStream items) |
MutableLongStack |
withAllReversed(LongIterable items) |
public static final MutableLongStackFactory INSTANCE
public MutableLongStack empty()
empty in interface MutableLongStackFactorypublic MutableLongStack of()
of in interface MutableLongStackFactorypublic MutableLongStack with()
with in interface MutableLongStackFactorypublic MutableLongStack of(long... items)
of in interface MutableLongStackFactorypublic MutableLongStack with(long... items)
with in interface MutableLongStackFactorypublic MutableLongStack ofAll(LongIterable items)
ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(LongIterable items)
withAll in interface MutableLongStackFactorypublic MutableLongStack ofAll(Iterable<Long> iterable)
ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(Iterable<Long> iterable)
withAll in interface MutableLongStackFactorypublic MutableLongStack ofAllReversed(LongIterable items)
ofAllReversed in interface MutableLongStackFactorypublic MutableLongStack withAllReversed(LongIterable items)
withAllReversed in interface MutableLongStackFactorypublic MutableLongStack ofAll(LongStream items)
ofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(LongStream items)
withAll in interface MutableLongStackFactoryCopyright © 2004–2022. All rights reserved.