Class MutableIntStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.MutableIntStackFactoryImpl
- All Implemented Interfaces:
MutableIntStackFactory
MutableIntStackFactoryImpl is a factory implementation which creates instances of type
MutableIntStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(int... items) ofAll(IntIterable items) ofAllReversed(IntIterable items) with()with(int... items) withAll(IntIterable items) withAllReversed(IntIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableIntStackFactoryImpl
public MutableIntStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableIntStackFactory
-
of
- Specified by:
ofin interfaceMutableIntStackFactory
-
with
- Specified by:
within interfaceMutableIntStackFactory
-
of
- Specified by:
ofin interfaceMutableIntStackFactory
-
with
- Specified by:
within interfaceMutableIntStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableIntStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableIntStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableIntStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableIntStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceMutableIntStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableIntStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableIntStackFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableIntStackFactory- Since:
- 9.0
-