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 ImmutableByteStackFactory
public ImmutableByteStack of()
ImmutableByteStackFactory
ImmutableByteStackFactory.empty()
.of
in interface ImmutableByteStackFactory
public ImmutableByteStack with()
ImmutableByteStackFactory
ImmutableByteStackFactory.empty()
.with
in interface ImmutableByteStackFactory
public ImmutableByteStack of(byte one)
ImmutableByteStackFactory
ImmutableByteStackFactory.with(byte)
.of
in interface ImmutableByteStackFactory
public ImmutableByteStack with(byte one)
with
in interface ImmutableByteStackFactory
public ImmutableByteStack of(byte... items)
ImmutableByteStackFactory
of
in interface ImmutableByteStackFactory
public ImmutableByteStack with(byte... items)
with
in interface ImmutableByteStackFactory
public ImmutableByteStack ofAll(ByteIterable items)
ImmutableByteStackFactory
ofAll
in interface ImmutableByteStackFactory
public ImmutableByteStack withAll(ByteIterable items)
withAll
in interface ImmutableByteStackFactory
public ImmutableByteStack ofAllReversed(ByteIterable items)
ImmutableByteStackFactory
ofAllReversed
in interface ImmutableByteStackFactory
public ImmutableByteStack withAllReversed(ByteIterable items)
withAllReversed
in interface ImmutableByteStackFactory
Copyright © 2004–2016. All rights reserved.