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()Same asImmutableByteStackFactory.empty().of(byte one) Same asImmutableByteStackFactory.with(byte).of(byte... items) ofAll(ByteIterable items) ofAllReversed(ByteIterable items) with()Same asImmutableByteStackFactory.empty().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
Description copied from interface:ImmutableByteStackFactorySame asImmutableByteStackFactory.empty().- Specified by:
ofin interfaceImmutableByteStackFactory
-
with
Description copied from interface:ImmutableByteStackFactorySame asImmutableByteStackFactory.empty().- Specified by:
within interfaceImmutableByteStackFactory
-
of
Description copied from interface:ImmutableByteStackFactorySame asImmutableByteStackFactory.with(byte).- Specified by:
ofin interfaceImmutableByteStackFactory
-
with
- Specified by:
within interfaceImmutableByteStackFactory
-
of
Description copied from interface:ImmutableByteStackFactory- Specified by:
ofin interfaceImmutableByteStackFactory
-
with
- Specified by:
within interfaceImmutableByteStackFactory
-
ofAll
Description copied from interface:ImmutableByteStackFactory- Specified by:
ofAllin interfaceImmutableByteStackFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteStackFactory
-
ofAll
Description copied from interface:ImmutableByteStackFactory- Specified by:
ofAllin interfaceImmutableByteStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableByteStackFactory- Since:
- 10.0
-
ofAllReversed
Description copied from interface:ImmutableByteStackFactory- Specified by:
ofAllReversedin interfaceImmutableByteStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceImmutableByteStackFactory
-