public class MutableByteBagFactoryImpl extends Object implements MutableByteBagFactory
MutableByteBag
.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.Constructor and Description |
---|
MutableByteBagFactoryImpl() |
Modifier and Type | Method and 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 MutableByteBagFactory
public MutableByteBag of()
MutableByteBagFactory
MutableByteBagFactory.empty()
.of
in interface MutableByteBagFactory
public MutableByteBag with()
MutableByteBagFactory
MutableByteBagFactory.empty()
.with
in interface MutableByteBagFactory
public MutableByteBag of(byte... items)
MutableByteBagFactory
MutableByteBagFactory.with(byte[])
.of
in interface MutableByteBagFactory
public MutableByteBag with(byte... items)
with
in interface MutableByteBagFactory
public MutableByteBag ofAll(ByteIterable items)
MutableByteBagFactory
ofAll
in interface MutableByteBagFactory
public MutableByteBag withAll(ByteIterable items)
withAll
in interface MutableByteBagFactory
Copyright © 2004–2016. All rights reserved.