MutableByteListFactoryImplpublic interface MutableByteListFactory
MutableByteList.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableByteList |
empty() |
|
MutableByteList |
of() |
Same as
empty(). |
MutableByteList |
of(byte... items) |
Same as
with(byte[]). |
MutableByteList |
ofAll(java.lang.Iterable<java.lang.Byte> iterable) |
Same as
#withAll(IterableByte). |
MutableByteList |
ofAll(ByteIterable items) |
Same as
withAll(ByteIterable). |
MutableByteList |
with() |
Same as
empty(). |
MutableByteList |
with(byte... items) |
|
MutableByteList |
withAll(java.lang.Iterable<java.lang.Byte> iterable) |
|
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)
MutableByteList ofAll(java.lang.Iterable<java.lang.Byte> iterable)
#withAll(IterableByte).MutableByteList withAll(java.lang.Iterable<java.lang.Byte> iterable)
Copyright © 2004–2020. All rights reserved.