MutableByteBagFactorypublic class MutableByteBagFactoryImpl extends Object implements MutableByteBagFactory
MutableByteBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableByteBagFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteBag |
empty() |
|
MutableByteBag |
of() |
Same as
MutableByteBagFactory.empty(). |
MutableByteBag |
of(byte... items) |
Same as
MutableByteBagFactory.with(byte[]). |
MutableByteBag |
ofAll(ByteIterable items) |
|
MutableByteBag |
with() |
Same as
MutableByteBagFactory.empty(). |
MutableByteBag |
with(byte... items) |
|
MutableByteBag |
withAll(ByteIterable items) |
public MutableByteBag empty()
empty in interface MutableByteBagFactorypublic MutableByteBag of()
MutableByteBagFactoryMutableByteBagFactory.empty().of in interface MutableByteBagFactorypublic MutableByteBag with()
MutableByteBagFactoryMutableByteBagFactory.empty().with in interface MutableByteBagFactorypublic MutableByteBag of(byte... items)
MutableByteBagFactoryMutableByteBagFactory.with(byte[]).of in interface MutableByteBagFactorypublic MutableByteBag with(byte... items)
with in interface MutableByteBagFactorypublic MutableByteBag ofAll(ByteIterable items)
MutableByteBagFactoryofAll in interface MutableByteBagFactorypublic MutableByteBag withAll(ByteIterable items)
withAll in interface MutableByteBagFactoryCopyright © 2004–2017. All rights reserved.