public class MutableByteListFactoryImpl extends Object implements MutableByteListFactory
MutableByteList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableByteListFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableByteListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableByteList |
empty() |
MutableByteList |
of() |
MutableByteList |
of(byte... items) |
MutableByteList |
ofAll(ByteIterable items) |
MutableByteList |
ofAll(Iterable<Byte> iterable) |
MutableByteList |
with() |
MutableByteList |
with(byte... items)
Creates a new list using the passed
items argument as the backing store. |
MutableByteList |
withAll(ByteIterable items) |
MutableByteList |
withAll(Iterable<Byte> iterable) |
MutableByteList |
withInitialCapacity(int capacity) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapCopypublic static final MutableByteListFactory INSTANCE
public MutableByteList empty()
empty in interface MutableByteListFactorypublic MutableByteList of()
of in interface MutableByteListFactorypublic MutableByteList with()
with in interface MutableByteListFactorypublic MutableByteList withInitialCapacity(int capacity)
withInitialCapacity in interface MutableByteListFactorypublic MutableByteList of(byte... items)
of in interface MutableByteListFactorypublic MutableByteList with(byte... items)
items argument as the backing store.
!!! WARNING: This method uses the passed in array, so can be very unsafe if the original array is held onto anywhere else. !!!
with in interface MutableByteListFactorypublic MutableByteList ofAll(ByteIterable items)
ofAll in interface MutableByteListFactorypublic MutableByteList withAll(ByteIterable items)
withAll in interface MutableByteListFactorypublic MutableByteList ofAll(Iterable<Byte> iterable)
ofAll in interface MutableByteListFactorypublic MutableByteList withAll(Iterable<Byte> iterable)
withAll in interface MutableByteListFactoryCopyright © 2004–2022. All rights reserved.