public class ImmutableByteListFactoryImpl extends Object implements ImmutableByteListFactory
ImmutableByteList
.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.Constructor and Description |
---|
ImmutableByteListFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteList |
empty() |
ImmutableByteList |
of()
Same as
ImmutableByteListFactory.empty() . |
ImmutableByteList |
of(byte... items)
|
ImmutableByteList |
of(byte one)
Same as
ImmutableByteListFactory.with(byte) . |
ImmutableByteList |
ofAll(ByteIterable items)
|
ImmutableByteList |
with()
Same as
ImmutableByteListFactory.empty() . |
ImmutableByteList |
with(byte... items) |
ImmutableByteList |
with(byte one) |
ImmutableByteList |
withAll(ByteIterable items) |
public ImmutableByteList empty()
empty
in interface ImmutableByteListFactory
public ImmutableByteList of()
ImmutableByteListFactory
ImmutableByteListFactory.empty()
.of
in interface ImmutableByteListFactory
public ImmutableByteList with()
ImmutableByteListFactory
ImmutableByteListFactory.empty()
.with
in interface ImmutableByteListFactory
public ImmutableByteList of(byte one)
ImmutableByteListFactory
ImmutableByteListFactory.with(byte)
.of
in interface ImmutableByteListFactory
public ImmutableByteList with(byte one)
with
in interface ImmutableByteListFactory
public ImmutableByteList of(byte... items)
ImmutableByteListFactory
of
in interface ImmutableByteListFactory
public ImmutableByteList with(byte... items)
with
in interface ImmutableByteListFactory
public ImmutableByteList ofAll(ByteIterable items)
ImmutableByteListFactory
ofAll
in interface ImmutableByteListFactory
public ImmutableByteList withAll(ByteIterable items)
withAll
in interface ImmutableByteListFactory
Copyright © 2004–2016. All rights reserved.