public class ImmutableByteStackFactoryImpl extends Object implements ImmutableByteStackFactory
ImmutableByteStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteStack |
empty() |
ImmutableByteStack |
of()
Same as
ImmutableByteStackFactory.empty(). |
ImmutableByteStack |
of(byte... items)
|
ImmutableByteStack |
of(byte one)
Same as
ImmutableByteStackFactory.with(byte). |
ImmutableByteStack |
ofAll(ByteIterable items)
|
ImmutableByteStack |
ofAllReversed(ByteIterable items)
|
ImmutableByteStack |
with()
Same as
ImmutableByteStackFactory.empty(). |
ImmutableByteStack |
with(byte... items) |
ImmutableByteStack |
with(byte one) |
ImmutableByteStack |
withAll(ByteIterable items) |
ImmutableByteStack |
withAllReversed(ByteIterable items) |
public ImmutableByteStack empty()
empty in interface ImmutableByteStackFactorypublic ImmutableByteStack of()
ImmutableByteStackFactoryImmutableByteStackFactory.empty().of in interface ImmutableByteStackFactorypublic ImmutableByteStack with()
ImmutableByteStackFactoryImmutableByteStackFactory.empty().with in interface ImmutableByteStackFactorypublic ImmutableByteStack of(byte one)
ImmutableByteStackFactoryImmutableByteStackFactory.with(byte).of in interface ImmutableByteStackFactorypublic ImmutableByteStack with(byte one)
with in interface ImmutableByteStackFactorypublic ImmutableByteStack of(byte... items)
ImmutableByteStackFactoryof in interface ImmutableByteStackFactorypublic ImmutableByteStack with(byte... items)
with in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAll(ByteIterable items)
ImmutableByteStackFactoryofAll in interface ImmutableByteStackFactorypublic ImmutableByteStack withAll(ByteIterable items)
withAll in interface ImmutableByteStackFactorypublic ImmutableByteStack ofAllReversed(ByteIterable items)
ImmutableByteStackFactoryofAllReversed in interface ImmutableByteStackFactorypublic ImmutableByteStack withAllReversed(ByteIterable items)
withAllReversed in interface ImmutableByteStackFactoryCopyright © 2004–2016. All rights reserved.