public class MutableByteStackFactoryImpl extends Object implements MutableByteStackFactory
MutableByteStack
.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.Constructor and Description |
---|
MutableByteStackFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableByteStack |
empty() |
MutableByteStack |
of()
Same as
MutableByteStackFactory.empty() . |
MutableByteStack |
of(byte... items)
Same as
MutableByteStackFactory.with(byte[]) . |
MutableByteStack |
ofAll(ByteIterable items)
|
MutableByteStack |
ofAllReversed(ByteIterable items)
|
MutableByteStack |
with()
Same as
MutableByteStackFactory.empty() . |
MutableByteStack |
with(byte... items) |
MutableByteStack |
withAll(ByteIterable items) |
MutableByteStack |
withAllReversed(ByteIterable items) |
public MutableByteStack empty()
empty
in interface MutableByteStackFactory
public MutableByteStack of()
MutableByteStackFactory
MutableByteStackFactory.empty()
.of
in interface MutableByteStackFactory
public MutableByteStack with()
MutableByteStackFactory
MutableByteStackFactory.empty()
.with
in interface MutableByteStackFactory
public MutableByteStack of(byte... items)
MutableByteStackFactory
MutableByteStackFactory.with(byte[])
.of
in interface MutableByteStackFactory
public MutableByteStack with(byte... items)
with
in interface MutableByteStackFactory
public MutableByteStack ofAll(ByteIterable items)
MutableByteStackFactory
ofAll
in interface MutableByteStackFactory
public MutableByteStack withAll(ByteIterable items)
withAll
in interface MutableByteStackFactory
public MutableByteStack ofAllReversed(ByteIterable items)
MutableByteStackFactory
ofAllReversed
in interface MutableByteStackFactory
public MutableByteStack withAllReversed(ByteIterable items)
withAllReversed
in interface MutableByteStackFactory
Copyright © 2004–2016. All rights reserved.