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