public class ImmutableShortStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactory
ImmutableShortStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.ImmutableShortStack |
empty() |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
of()
Same as
ImmutableShortStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
of(short... items)
Same as
ImmutableShortStackFactory.with(short[]). |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
of(short one)
Same as
ImmutableShortStackFactory.with(short). |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
ofAll(com.gs.collections.api.ShortIterable items)
Same as
ImmutableShortStackFactory.withAll(ShortIterable). |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
ofAllReversed(com.gs.collections.api.ShortIterable items)
Same as
ImmutableShortStackFactory.withAllReversed(ShortIterable). |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
with()
Same as
ImmutableShortStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
with(short... items) |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
with(short one) |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
withAll(com.gs.collections.api.ShortIterable items) |
com.gs.collections.api.stack.primitive.ImmutableShortStack |
withAllReversed(com.gs.collections.api.ShortIterable items) |
public com.gs.collections.api.stack.primitive.ImmutableShortStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack of()
com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactoryImmutableShortStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack with()
com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactoryImmutableShortStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack of(short one)
com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactoryImmutableShortStackFactory.with(short).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack with(short one)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack of(short... items)
com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactoryImmutableShortStackFactory.with(short[]).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack with(short... items)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack ofAll(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactoryImmutableShortStackFactory.withAll(ShortIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack withAll(com.gs.collections.api.ShortIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack ofAllReversed(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactoryImmutableShortStackFactory.withAllReversed(ShortIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableShortStack withAllReversed(com.gs.collections.api.ShortIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableShortStackFactory