MutableLongStackFactorypublic class MutableLongStackFactoryImpl extends Object implements MutableLongStackFactory
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableLongStackFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableLongStack |
empty() |
|
MutableLongStack |
of() |
Same as
MutableLongStackFactory.empty(). |
MutableLongStack |
of(long... items) |
Same as
MutableLongStackFactory.with(long[]). |
MutableLongStack |
ofAll(LongIterable items) |
|
MutableLongStack |
ofAllReversed(LongIterable items) |
|
MutableLongStack |
with() |
Same as
MutableLongStackFactory.empty(). |
MutableLongStack |
with(long... items) |
|
MutableLongStack |
withAll(LongIterable items) |
|
MutableLongStack |
withAllReversed(LongIterable items) |
public MutableLongStack empty()
empty in interface MutableLongStackFactorypublic MutableLongStack of()
MutableLongStackFactoryMutableLongStackFactory.empty().of in interface MutableLongStackFactorypublic MutableLongStack with()
MutableLongStackFactoryMutableLongStackFactory.empty().with in interface MutableLongStackFactorypublic MutableLongStack of(long... items)
MutableLongStackFactoryMutableLongStackFactory.with(long[]).of in interface MutableLongStackFactorypublic MutableLongStack with(long... items)
with in interface MutableLongStackFactorypublic MutableLongStack ofAll(LongIterable items)
MutableLongStackFactoryofAll in interface MutableLongStackFactorypublic MutableLongStack withAll(LongIterable items)
withAll in interface MutableLongStackFactorypublic MutableLongStack ofAllReversed(LongIterable items)
MutableLongStackFactoryofAllReversed in interface MutableLongStackFactorypublic MutableLongStack withAllReversed(LongIterable items)
withAllReversed in interface MutableLongStackFactoryCopyright © 2004–2017. All rights reserved.