Interface MutableByteBagFactory
- All Known Implementing Classes:
MutableByteBagFactoryImpl
public interface MutableByteBagFactory
A factory which creates instances of type
MutableByteBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description MutableByteBagempty()MutableByteBagof()Same asempty().MutableByteBagof(byte... items)Same aswith(byte[]).MutableByteBagofAll(Iterable<Byte> iterable)Same aswithAll(Iterable).MutableByteBagofAll(ByteIterable items)Same aswithAll(ByteIterable).MutableByteBagwith()Same asempty().MutableByteBagwith(byte... items)MutableByteBagwithAll(Iterable<Byte> iterable)MutableByteBagwithAll(ByteIterable items)
-
Method Details
-
empty
MutableByteBag empty() -
of
MutableByteBag of()Same asempty(). -
with
MutableByteBag with()Same asempty(). -
of
Same aswith(byte[]). -
with
-
ofAll
Same aswithAll(ByteIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-