public class MutableCharStackFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableCharStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
of(char... items) |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
ofAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
ofAllReversed(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
with(char... items) |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
withAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.stack.primitive.MutableCharStack |
withAllReversed(org.eclipse.collections.api.CharIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableCharStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack of(char... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack with(char... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack ofAll(org.eclipse.collections.api.CharIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack withAll(org.eclipse.collections.api.CharIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack ofAllReversed(org.eclipse.collections.api.CharIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableCharStack withAllReversed(org.eclipse.collections.api.CharIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableCharStackFactoryCopyright © 2004–2018. All rights reserved.