Class MutableByteBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableByteBagFactoryImpl
- All Implemented Interfaces:
MutableByteBagFactory
MutableByteBagFactoryImpl is a factory implementation which creates instances of type
MutableByteBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asMutableByteBagFactory.empty().of(byte... items) Same asMutableByteBagFactory.with(byte[]).ofAll(ByteIterable items) with()Same asMutableByteBagFactory.empty().with(byte... items) withAll(ByteIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteBagFactoryImpl
public MutableByteBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteBagFactory
-
of
Description copied from interface:MutableByteBagFactorySame asMutableByteBagFactory.empty().- Specified by:
ofin interfaceMutableByteBagFactory
-
with
Description copied from interface:MutableByteBagFactorySame asMutableByteBagFactory.empty().- Specified by:
within interfaceMutableByteBagFactory
-
of
Description copied from interface:MutableByteBagFactorySame asMutableByteBagFactory.with(byte[]).- Specified by:
ofin interfaceMutableByteBagFactory
-
with
- Specified by:
within interfaceMutableByteBagFactory
-
ofAll
Description copied from interface:MutableByteBagFactory- Specified by:
ofAllin interfaceMutableByteBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteBagFactory
-
ofAll
Description copied from interface:MutableByteBagFactory- Specified by:
ofAllin interfaceMutableByteBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableByteBagFactory- Since:
- 10.0
-