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
Fields -
Constructor Summary
Constructors -
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:
emptyin interfaceMutableCharBagFactory
-
of
Description copied from interface:MutableCharBagFactorySame asMutableCharBagFactory.empty().- Specified by:
ofin interfaceMutableCharBagFactory
-
with
Description copied from interface:MutableCharBagFactorySame asMutableCharBagFactory.empty().- Specified by:
within interfaceMutableCharBagFactory
-
of
Description copied from interface:MutableCharBagFactorySame asMutableCharBagFactory.with(char[]).- Specified by:
ofin interfaceMutableCharBagFactory
-
with
- Specified by:
within interfaceMutableCharBagFactory
-
ofAll
Description copied from interface:MutableCharBagFactory- Specified by:
ofAllin interfaceMutableCharBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableCharBagFactory
-
ofAll
Description copied from interface:MutableCharBagFactory- Specified by:
ofAllin interfaceMutableCharBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableCharBagFactory- Since:
- 10.0
-