Interface ImmutableByteSetFactory
- All Known Implementing Classes:
ImmutableByteSetFactoryImpl
public interface ImmutableByteSetFactory
A factory which creates instances of type
ImmutableByteSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableByteSetempty()ImmutableByteSetof()Same asempty().ImmutableByteSetof(byte one)Same aswith(byte).ImmutableByteSetof(byte... items)Same aswith(byte[]).ImmutableByteSetofAll(Iterable<Byte> iterable)Same aswithAll(Iterable).ImmutableByteSetofAll(ByteIterable items)Same aswithAll(ByteIterable).ImmutableByteSetwith()Same asempty().ImmutableByteSetwith(byte one)ImmutableByteSetwith(byte... items)ImmutableByteSetwithAll(Iterable<Byte> iterable)ImmutableByteSetwithAll(ByteIterable items)
-
Method Details
-
empty
ImmutableByteSet empty()- Since:
- 6.0
-
of
ImmutableByteSet of()Same asempty(). -
with
ImmutableByteSet with()Same asempty(). -
of
Same aswith(byte). -
with
-
of
Same aswith(byte[]). -
with
-
ofAll
Same aswithAll(ByteIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-