public class MutableByteListFactoryImpl extends Object implements MutableByteListFactory
MutableByteList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.Constructor and Description |
---|
MutableByteListFactoryImpl() |
Modifier and Type | Method and 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 MutableByteListFactory
public MutableByteList of()
MutableByteListFactory
MutableByteListFactory.empty()
.of
in interface MutableByteListFactory
public MutableByteList with()
MutableByteListFactory
MutableByteListFactory.empty()
.with
in interface MutableByteListFactory
public MutableByteList of(byte... items)
MutableByteListFactory
MutableByteListFactory.with(byte[])
.of
in interface MutableByteListFactory
public MutableByteList with(byte... items)
with
in interface MutableByteListFactory
public MutableByteList ofAll(ByteIterable items)
MutableByteListFactory
ofAll
in interface MutableByteListFactory
public MutableByteList withAll(ByteIterable items)
withAll
in interface MutableByteListFactory
Copyright © 2004–2016. All rights reserved.