Interface ImmutableByteBagFactory
- All Known Implementing Classes:
ImmutableByteBagFactoryImpl
public interface ImmutableByteBagFactory
A factory which creates instances of type
ImmutableByteBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableByteBagempty()ImmutableByteBagof()Same asempty().ImmutableByteBagof(byte one)Same aswith(byte).ImmutableByteBagof(byte... items)Same aswith(byte[]).ImmutableByteBagofAll(Iterable<Byte> iterable)Same aswithAll(Iterable).ImmutableByteBagofAll(ByteIterable items)Same aswithAll(ByteIterable).ImmutableByteBagwith()Same asempty().ImmutableByteBagwith(byte one)ImmutableByteBagwith(byte... items)ImmutableByteBagwithAll(Iterable<Byte> iterable)ImmutableByteBagwithAll(ByteIterable items)
-
Method Details
-
empty
ImmutableByteBag empty()- Since:
- 6.0
-
of
ImmutableByteBag of()Same asempty(). -
with
ImmutableByteBag with()Same asempty(). -
of
Same aswith(byte). -
with
-
of
Same aswith(byte[]). -
with
-
ofAll
Same aswithAll(ByteIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-