public interface MutableByteListFactory
MutableByteList.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableByteList |
empty() |
MutableByteList |
of()
Same as
empty(). |
MutableByteList |
of(byte... items)
Same as
with(byte[]). |
MutableByteList |
ofAll(ByteIterable items)
Same as
withAll(ByteIterable). |
MutableByteList |
with()
Same as
empty(). |
MutableByteList |
with(byte... items) |
MutableByteList |
withAll(ByteIterable items) |
MutableByteList empty()
MutableByteList of()
empty().MutableByteList with()
empty().MutableByteList of(byte... items)
with(byte[]).MutableByteList with(byte... items)
MutableByteList ofAll(ByteIterable items)
withAll(ByteIterable).MutableByteList withAll(ByteIterable items)
Copyright © 2004–2017. All rights reserved.