MutableByteListFactorypublic class MutableByteListFactoryImpl extends Object implements MutableByteListFactory
MutableByteList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableByteListFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteList |
empty() |
|
MutableByteList |
of() |
Same as
MutableByteListFactory.empty(). |
MutableByteList |
of(byte... items) |
Same as
MutableByteListFactory.with(byte[]). |
MutableByteList |
ofAll(ByteIterable items) |
|
MutableByteList |
with() |
Same as
MutableByteListFactory.empty(). |
MutableByteList |
with(byte... items) |
|
MutableByteList |
withAll(ByteIterable items) |
public MutableByteList empty()
empty in interface MutableByteListFactorypublic MutableByteList of()
MutableByteListFactoryMutableByteListFactory.empty().of in interface MutableByteListFactorypublic MutableByteList with()
MutableByteListFactoryMutableByteListFactory.empty().with in interface MutableByteListFactorypublic MutableByteList of(byte... items)
MutableByteListFactoryMutableByteListFactory.with(byte[]).of in interface MutableByteListFactorypublic MutableByteList with(byte... items)
with in interface MutableByteListFactorypublic MutableByteList ofAll(ByteIterable items)
MutableByteListFactoryofAll in interface MutableByteListFactorypublic MutableByteList withAll(ByteIterable items)
withAll in interface MutableByteListFactoryCopyright © 2004–2017. All rights reserved.