Class MutableByteSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.MutableByteSetFactoryImpl
- All Implemented Interfaces:
MutableByteSetFactory
MutableByteSetFactoryImpl is a factory implementation which creates instances of type
MutableByteSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asMutableByteSetFactory.empty()
.of
(byte... items) Same asMutableByteSetFactory.with(byte[])
.ofAll
(ByteIterable items) with()
Same asMutableByteSetFactory.empty()
.with
(byte... items) withAll
(ByteIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteSetFactoryImpl
public MutableByteSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableByteSetFactory
-
of
Description copied from interface:MutableByteSetFactory
Same asMutableByteSetFactory.empty()
.- Specified by:
of
in interfaceMutableByteSetFactory
-
with
Description copied from interface:MutableByteSetFactory
Same asMutableByteSetFactory.empty()
.- Specified by:
with
in interfaceMutableByteSetFactory
-
of
Description copied from interface:MutableByteSetFactory
Same asMutableByteSetFactory.with(byte[])
.- Specified by:
of
in interfaceMutableByteSetFactory
-
with
- Specified by:
with
in interfaceMutableByteSetFactory
-
ofAll
Description copied from interface:MutableByteSetFactory
- Specified by:
ofAll
in interfaceMutableByteSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableByteSetFactory
-
ofAll
Description copied from interface:MutableByteSetFactory
- Specified by:
ofAll
in interfaceMutableByteSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableByteSetFactory
- Since:
- 10.0
-