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 ImmutableByteListFactorypublic ImmutableByteList of()
ImmutableByteListFactoryImmutableByteListFactory.empty().of in interface ImmutableByteListFactorypublic ImmutableByteList with()
ImmutableByteListFactoryImmutableByteListFactory.empty().with in interface ImmutableByteListFactorypublic ImmutableByteList of(byte one)
ImmutableByteListFactoryImmutableByteListFactory.with(byte).of in interface ImmutableByteListFactorypublic ImmutableByteList with(byte one)
with in interface ImmutableByteListFactorypublic ImmutableByteList of(byte... items)
ImmutableByteListFactoryof in interface ImmutableByteListFactorypublic ImmutableByteList with(byte... items)
with in interface ImmutableByteListFactorypublic ImmutableByteList ofAll(ByteIterable items)
ImmutableByteListFactoryofAll in interface ImmutableByteListFactorypublic ImmutableByteList withAll(ByteIterable items)
withAll in interface ImmutableByteListFactoryCopyright © 2004–2016. All rights reserved.