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
-
Constructor Summary
-
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:
empty
in interfaceMutableByteBagFactory
-
of
Description copied from interface:MutableByteBagFactory
Same asMutableByteBagFactory.empty()
.- Specified by:
of
in interfaceMutableByteBagFactory
-
with
Description copied from interface:MutableByteBagFactory
Same asMutableByteBagFactory.empty()
.- Specified by:
with
in interfaceMutableByteBagFactory
-
of
Description copied from interface:MutableByteBagFactory
Same asMutableByteBagFactory.with(byte[])
.- Specified by:
of
in interfaceMutableByteBagFactory
-
with
- Specified by:
with
in interfaceMutableByteBagFactory
-
ofAll
Description copied from interface:MutableByteBagFactory
- Specified by:
ofAll
in interfaceMutableByteBagFactory
-
withAll
- Specified by:
withAll
in interfaceMutableByteBagFactory
-
ofAll
Description copied from interface:MutableByteBagFactory
- Specified by:
ofAll
in interfaceMutableByteBagFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableByteBagFactory
- Since:
- 10.0
-