Class ImmutableCharStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharStackFactoryImpl
- All Implemented Interfaces:
ImmutableCharStackFactory
ImmutableCharStackFactoryImpl is a factory implementation which creates instances of type
ImmutableCharStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(char one) of(char... items) ofAll(CharIterable items) ofAllReversed(CharIterable items) with()with(char one) with(char... items) withAll(CharIterable items) withAllReversed(CharIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableCharStackFactoryImpl
public ImmutableCharStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableCharStackFactory
-
of
- Specified by:
ofin interfaceImmutableCharStackFactory
-
with
- Specified by:
within interfaceImmutableCharStackFactory
-
of
- Specified by:
ofin interfaceImmutableCharStackFactory
-
with
- Specified by:
within interfaceImmutableCharStackFactory
-
of
- Specified by:
ofin interfaceImmutableCharStackFactory
-
with
- Specified by:
within interfaceImmutableCharStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableCharStackFactory
-
withAll
- Specified by:
withAllin interfaceImmutableCharStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableCharStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableCharStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceImmutableCharStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceImmutableCharStackFactory
-