public class MutableShortStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.MutableShortStackFactory
MutableShortStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.MutableShortStack |
empty() |
com.gs.collections.api.stack.primitive.MutableShortStack |
of()
Same as
MutableShortStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableShortStack |
of(short... items)
Same as
MutableShortStackFactory.with(short[]). |
com.gs.collections.api.stack.primitive.MutableShortStack |
ofAll(com.gs.collections.api.ShortIterable items)
Same as
MutableShortStackFactory.withAll(ShortIterable). |
com.gs.collections.api.stack.primitive.MutableShortStack |
ofAllReversed(com.gs.collections.api.ShortIterable items)
Same as
MutableShortStackFactory.withAllReversed(ShortIterable). |
com.gs.collections.api.stack.primitive.MutableShortStack |
with()
Same as
MutableShortStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableShortStack |
with(short... items) |
com.gs.collections.api.stack.primitive.MutableShortStack |
withAll(com.gs.collections.api.ShortIterable items) |
com.gs.collections.api.stack.primitive.MutableShortStack |
withAllReversed(com.gs.collections.api.ShortIterable items) |
public com.gs.collections.api.stack.primitive.MutableShortStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack of()
com.gs.collections.api.factory.stack.primitive.MutableShortStackFactoryMutableShortStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack with()
com.gs.collections.api.factory.stack.primitive.MutableShortStackFactoryMutableShortStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack of(short... items)
com.gs.collections.api.factory.stack.primitive.MutableShortStackFactoryMutableShortStackFactory.with(short[]).of in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack with(short... items)
with in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack ofAll(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.stack.primitive.MutableShortStackFactoryMutableShortStackFactory.withAll(ShortIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack withAll(com.gs.collections.api.ShortIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack ofAllReversed(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.stack.primitive.MutableShortStackFactoryMutableShortStackFactory.withAllReversed(ShortIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactorypublic com.gs.collections.api.stack.primitive.MutableShortStack withAllReversed(com.gs.collections.api.ShortIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableShortStackFactory