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