public class MutableShortStackFactoryImpl extends Object implements MutableShortStackFactory
MutableShortStack
.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.Constructor and Description |
---|
MutableShortStackFactoryImpl() |
Modifier and Type | Method and 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 MutableShortStackFactory
public MutableShortStack of()
MutableShortStackFactory
MutableShortStackFactory.empty()
.of
in interface MutableShortStackFactory
public MutableShortStack with()
MutableShortStackFactory
MutableShortStackFactory.empty()
.with
in interface MutableShortStackFactory
public MutableShortStack of(short... items)
MutableShortStackFactory
of
in interface MutableShortStackFactory
public MutableShortStack with(short... items)
with
in interface MutableShortStackFactory
public MutableShortStack ofAll(ShortIterable items)
MutableShortStackFactory
ofAll
in interface MutableShortStackFactory
public MutableShortStack withAll(ShortIterable items)
withAll
in interface MutableShortStackFactory
public MutableShortStack ofAllReversed(ShortIterable items)
MutableShortStackFactory
ofAllReversed
in interface MutableShortStackFactory
public MutableShortStack withAllReversed(ShortIterable items)
withAllReversed
in interface MutableShortStackFactory
Copyright © 2004–2016. All rights reserved.