public class MutableByteBagFactoryImpl extends Object implements MutableByteBagFactory
MutableByteBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableByteBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableByteBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableByteBag |
empty() |
MutableByteBag |
of() |
MutableByteBag |
of(byte... items) |
MutableByteBag |
ofAll(ByteIterable items) |
MutableByteBag |
ofAll(Iterable<Byte> iterable) |
MutableByteBag |
with() |
MutableByteBag |
with(byte... items) |
MutableByteBag |
withAll(ByteIterable items) |
MutableByteBag |
withAll(Iterable<Byte> iterable) |
public static final MutableByteBagFactory INSTANCE
public MutableByteBag empty()
empty in interface MutableByteBagFactorypublic MutableByteBag of()
of in interface MutableByteBagFactorypublic MutableByteBag with()
with in interface MutableByteBagFactorypublic MutableByteBag of(byte... items)
of in interface MutableByteBagFactorypublic MutableByteBag with(byte... items)
with in interface MutableByteBagFactorypublic MutableByteBag ofAll(ByteIterable items)
ofAll in interface MutableByteBagFactorypublic MutableByteBag withAll(ByteIterable items)
withAll in interface MutableByteBagFactorypublic MutableByteBag ofAll(Iterable<Byte> iterable)
ofAll in interface MutableByteBagFactorypublic MutableByteBag withAll(Iterable<Byte> iterable)
withAll in interface MutableByteBagFactoryCopyright © 2004–2022. All rights reserved.