Class MutableByteStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.MutableByteStackFactoryImpl
- All Implemented Interfaces:
MutableByteStackFactory
MutableByteStackFactoryImpl is a factory implementation which creates instances of type
MutableByteStack.
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(byte... items) ofAll(ByteIterable items) ofAllReversed(ByteIterable items) with()with(byte... items) withAll(ByteIterable items) withAllReversed(ByteIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteStackFactoryImpl
public MutableByteStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteStackFactory
-
of
- Specified by:
ofin interfaceMutableByteStackFactory
-
with
- Specified by:
within interfaceMutableByteStackFactory
-
of
- Specified by:
ofin interfaceMutableByteStackFactory
-
with
- Specified by:
within interfaceMutableByteStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableByteStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceMutableByteStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableByteStackFactory
-