Class ImmutableShortStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortStackFactoryImpl
- All Implemented Interfaces:
ImmutableShortStackFactory
ImmutableShortStackFactoryImpl is a factory implementation which creates instances of type
ImmutableShortStack.
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(short one) of(short... items) ofAll(ShortIterable items) ofAllReversed(ShortIterable items) with()with(short one) with(short... items) withAll(ShortIterable items) withAllReversed(ShortIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableShortStackFactoryImpl
public ImmutableShortStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableShortStackFactory
-
of
- Specified by:
ofin interfaceImmutableShortStackFactory
-
with
- Specified by:
within interfaceImmutableShortStackFactory
-
of
- Specified by:
ofin interfaceImmutableShortStackFactory
-
with
- Specified by:
within interfaceImmutableShortStackFactory
-
of
- Specified by:
ofin interfaceImmutableShortStackFactory
-
with
- Specified by:
within interfaceImmutableShortStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableShortStackFactory
-
withAll
- Specified by:
withAllin interfaceImmutableShortStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableShortStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableShortStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceImmutableShortStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceImmutableShortStackFactory
-