Class ImmutableByteSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteSetFactoryImpl
- All Implemented Interfaces:
ImmutableByteSetFactory
ImmutableByteSetFactoryImpl is a factory implementation which creates instances of type
ImmutableByteSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asImmutableByteSetFactory.empty()
.of
(byte one) Same asImmutableByteSetFactory.with(byte)
.of
(byte... items) Same asImmutableByteSetFactory.with(byte[])
.ofAll
(ByteIterable items) with()
Same asImmutableByteSetFactory.empty()
.with
(byte one) with
(byte... items) withAll
(ByteIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteSetFactoryImpl
public ImmutableByteSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableByteSetFactory
-
of
Description copied from interface:ImmutableByteSetFactory
Same asImmutableByteSetFactory.empty()
.- Specified by:
of
in interfaceImmutableByteSetFactory
-
with
Description copied from interface:ImmutableByteSetFactory
Same asImmutableByteSetFactory.empty()
.- Specified by:
with
in interfaceImmutableByteSetFactory
-
of
Description copied from interface:ImmutableByteSetFactory
Same asImmutableByteSetFactory.with(byte)
.- Specified by:
of
in interfaceImmutableByteSetFactory
-
with
- Specified by:
with
in interfaceImmutableByteSetFactory
-
of
Description copied from interface:ImmutableByteSetFactory
Same asImmutableByteSetFactory.with(byte[])
.- Specified by:
of
in interfaceImmutableByteSetFactory
-
with
- Specified by:
with
in interfaceImmutableByteSetFactory
-
ofAll
Description copied from interface:ImmutableByteSetFactory
- Specified by:
ofAll
in interfaceImmutableByteSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableByteSetFactory
-
ofAll
Description copied from interface:ImmutableByteSetFactory
- Specified by:
ofAll
in interfaceImmutableByteSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableByteSetFactory
- Since:
- 10.0
-