public class MutableCharStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.MutableCharStackFactory
MutableCharStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableCharStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.MutableCharStack |
empty() |
com.gs.collections.api.stack.primitive.MutableCharStack |
of()
Same as
MutableCharStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableCharStack |
of(char... items)
Same as
MutableCharStackFactory.with(char[]). |
com.gs.collections.api.stack.primitive.MutableCharStack |
ofAll(com.gs.collections.api.CharIterable items)
Same as
MutableCharStackFactory.withAll(CharIterable). |
com.gs.collections.api.stack.primitive.MutableCharStack |
ofAllReversed(com.gs.collections.api.CharIterable items)
Same as
MutableCharStackFactory.withAllReversed(CharIterable). |
com.gs.collections.api.stack.primitive.MutableCharStack |
with()
Same as
MutableCharStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableCharStack |
with(char... items) |
com.gs.collections.api.stack.primitive.MutableCharStack |
withAll(com.gs.collections.api.CharIterable items) |
com.gs.collections.api.stack.primitive.MutableCharStack |
withAllReversed(com.gs.collections.api.CharIterable items) |
public com.gs.collections.api.stack.primitive.MutableCharStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack of()
com.gs.collections.api.factory.stack.primitive.MutableCharStackFactoryMutableCharStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack with()
com.gs.collections.api.factory.stack.primitive.MutableCharStackFactoryMutableCharStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack of(char... items)
com.gs.collections.api.factory.stack.primitive.MutableCharStackFactoryMutableCharStackFactory.with(char[]).of in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack with(char... items)
with in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack ofAll(com.gs.collections.api.CharIterable items)
com.gs.collections.api.factory.stack.primitive.MutableCharStackFactoryMutableCharStackFactory.withAll(CharIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack withAll(com.gs.collections.api.CharIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack ofAllReversed(com.gs.collections.api.CharIterable items)
com.gs.collections.api.factory.stack.primitive.MutableCharStackFactoryMutableCharStackFactory.withAllReversed(CharIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactorypublic com.gs.collections.api.stack.primitive.MutableCharStack withAllReversed(com.gs.collections.api.CharIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableCharStackFactory