MutableShortStackFactorypublic class MutableShortStackFactoryImpl extends Object implements MutableShortStackFactory
MutableShortStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableShortStackFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortStack |
empty() |
|
MutableShortStack |
of() |
Same as
MutableShortStackFactory.empty(). |
MutableShortStack |
of(short... items) |
|
MutableShortStack |
ofAll(ShortIterable items) |
|
MutableShortStack |
ofAllReversed(ShortIterable items) |
|
MutableShortStack |
with() |
Same as
MutableShortStackFactory.empty(). |
MutableShortStack |
with(short... items) |
|
MutableShortStack |
withAll(ShortIterable items) |
|
MutableShortStack |
withAllReversed(ShortIterable items) |
public MutableShortStack empty()
empty in interface MutableShortStackFactorypublic MutableShortStack of()
MutableShortStackFactoryMutableShortStackFactory.empty().of in interface MutableShortStackFactorypublic MutableShortStack with()
MutableShortStackFactoryMutableShortStackFactory.empty().with in interface MutableShortStackFactorypublic MutableShortStack of(short... items)
MutableShortStackFactoryof in interface MutableShortStackFactorypublic MutableShortStack with(short... items)
with in interface MutableShortStackFactorypublic MutableShortStack ofAll(ShortIterable items)
MutableShortStackFactoryofAll in interface MutableShortStackFactorypublic MutableShortStack withAll(ShortIterable items)
withAll in interface MutableShortStackFactorypublic MutableShortStack ofAllReversed(ShortIterable items)
MutableShortStackFactoryofAllReversed in interface MutableShortStackFactorypublic MutableShortStack withAllReversed(ShortIterable items)
withAllReversed in interface MutableShortStackFactoryCopyright © 2004–2017. All rights reserved.