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
Fields -
Constructor Summary
Constructors -
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:
emptyin interfaceMutableByteSetFactory
-
of
Description copied from interface:MutableByteSetFactorySame asMutableByteSetFactory.empty().- Specified by:
ofin interfaceMutableByteSetFactory
-
with
Description copied from interface:MutableByteSetFactorySame asMutableByteSetFactory.empty().- Specified by:
within interfaceMutableByteSetFactory
-
of
Description copied from interface:MutableByteSetFactorySame asMutableByteSetFactory.with(byte[]).- Specified by:
ofin interfaceMutableByteSetFactory
-
with
- Specified by:
within interfaceMutableByteSetFactory
-
ofAll
Description copied from interface:MutableByteSetFactory- Specified by:
ofAllin interfaceMutableByteSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteSetFactory
-
ofAll
Description copied from interface:MutableByteSetFactory- Specified by:
ofAllin interfaceMutableByteSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableByteSetFactory- Since:
- 10.0
-