Interface ImmutableByteStackFactory
- All Known Implementing Classes:
ImmutableByteStackFactoryImpl
public interface ImmutableByteStackFactory
A factory which creates instances of type
ImmutableByteStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableByteStackempty()ImmutableByteStackof()Same asempty().ImmutableByteStackof(byte one)Same aswith(byte).ImmutableByteStackof(byte... items)Same aswith(byte[]).ImmutableByteStackofAll(Iterable<Byte> iterable)Same aswithAll(Iterable).ImmutableByteStackofAll(ByteIterable items)Same aswithAll(ByteIterable).ImmutableByteStackofAllReversed(ByteIterable items)Same aswithAllReversed(ByteIterable).ImmutableByteStackwith()Same asempty().ImmutableByteStackwith(byte one)ImmutableByteStackwith(byte... items)ImmutableByteStackwithAll(Iterable<Byte> iterable)ImmutableByteStackwithAll(ByteIterable items)ImmutableByteStackwithAllReversed(ByteIterable items)
-
Method Details
-
empty
ImmutableByteStack empty()- Since:
- 6.0
-
of
ImmutableByteStack of()Same asempty(). -
with
ImmutableByteStack with()Same asempty(). -
of
Same aswith(byte). -
with
-
of
Same aswith(byte[]). -
with
-
ofAll
Same aswithAll(ByteIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(ByteIterable). -
withAllReversed
-