public class ImmutableCharStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactory
ImmutableCharStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.ImmutableCharStack |
empty() |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
of()
Same as
ImmutableCharStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
of(char... items)
Same as
ImmutableCharStackFactory.with(char[]). |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
of(char one)
Same as
ImmutableCharStackFactory.with(char). |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
ofAll(com.gs.collections.api.CharIterable items)
Same as
ImmutableCharStackFactory.withAll(CharIterable). |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
ofAllReversed(com.gs.collections.api.CharIterable items)
Same as
ImmutableCharStackFactory.withAllReversed(CharIterable). |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
with()
Same as
ImmutableCharStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
with(char... items) |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
with(char one) |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
withAll(com.gs.collections.api.CharIterable items) |
com.gs.collections.api.stack.primitive.ImmutableCharStack |
withAllReversed(com.gs.collections.api.CharIterable items) |
public com.gs.collections.api.stack.primitive.ImmutableCharStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack of()
com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactoryImmutableCharStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack with()
com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactoryImmutableCharStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack of(char one)
com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactoryImmutableCharStackFactory.with(char).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack with(char one)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack of(char... items)
com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactoryImmutableCharStackFactory.with(char[]).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack with(char... items)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack ofAll(com.gs.collections.api.CharIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactoryImmutableCharStackFactory.withAll(CharIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack withAll(com.gs.collections.api.CharIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack ofAllReversed(com.gs.collections.api.CharIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactoryImmutableCharStackFactory.withAllReversed(CharIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableCharStack withAllReversed(com.gs.collections.api.CharIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableCharStackFactory