Class MutableCharBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableCharBagFactoryImpl
- All Implemented Interfaces:
MutableCharBagFactory
MutableCharBagFactoryImpl is a factory implementation which creates instances of type
MutableCharBag
.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asMutableCharBagFactory.empty()
.of
(char... items) Same asMutableCharBagFactory.with(char[])
.ofAll
(CharIterable items) with()
Same asMutableCharBagFactory.empty()
.with
(char... items) withAll
(CharIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableCharBagFactoryImpl
public MutableCharBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableCharBagFactory
-
of
Description copied from interface:MutableCharBagFactory
Same asMutableCharBagFactory.empty()
.- Specified by:
of
in interfaceMutableCharBagFactory
-
with
Description copied from interface:MutableCharBagFactory
Same asMutableCharBagFactory.empty()
.- Specified by:
with
in interfaceMutableCharBagFactory
-
of
Description copied from interface:MutableCharBagFactory
Same asMutableCharBagFactory.with(char[])
.- Specified by:
of
in interfaceMutableCharBagFactory
-
with
- Specified by:
with
in interfaceMutableCharBagFactory
-
ofAll
Description copied from interface:MutableCharBagFactory
- Specified by:
ofAll
in interfaceMutableCharBagFactory
-
withAll
- Specified by:
withAll
in interfaceMutableCharBagFactory
-
ofAll
Description copied from interface:MutableCharBagFactory
- Specified by:
ofAll
in interfaceMutableCharBagFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableCharBagFactory
- Since:
- 10.0
-