public class ImmutableCharStackFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
of(char... items) |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
of(char one) |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
ofAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
ofAllReversed(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
with(char... items) |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
with(char one) |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
withAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableCharStack |
withAllReversed(org.eclipse.collections.api.CharIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableCharStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack of(char one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack with(char one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack of(char... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack with(char... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack ofAll(org.eclipse.collections.api.CharIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack withAll(org.eclipse.collections.api.CharIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack ofAllReversed(org.eclipse.collections.api.CharIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableCharStack withAllReversed(org.eclipse.collections.api.CharIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableCharStackFactoryCopyright © 2004–2017. All rights reserved.