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