Interface MutableByteBagFactory
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 TypeMethodDescriptionempty()of()Same asempty().of(byte... items) Same aswith(byte[]).Same aswithAll(Iterable).ofAll(ByteIterable items) Same aswithAll(ByteIterable).with()Same asempty().with(byte... items) withAll(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
-