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()of(byte... items) ofAll(ByteIterable items) with()with(byte... items) withAll(ByteIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableByteBagFactoryImpl
public MutableByteBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableByteBagFactory
-
of
- Specified by:
ofin interfaceMutableByteBagFactory
-
with
- Specified by:
within interfaceMutableByteBagFactory
-
of
- Specified by:
ofin interfaceMutableByteBagFactory
-
with
- Specified by:
within interfaceMutableByteBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableByteBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableByteBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableByteBagFactory- Since:
- 10.0
-