Class MutableCharSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.MutableCharSetFactoryImpl
- All Implemented Interfaces:
MutableCharSetFactory
MutableCharSetFactoryImpl is a factory implementation which creates instances of type
MutableCharSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asMutableCharSetFactory.empty().of(char... items) Same asMutableCharSetFactory.with(char[]).ofAll(CharIterable items) with()Same asMutableCharSetFactory.empty().with(char... items) withAll(CharIterable items) withInitialCapacity(int capacity) Same asMutableCharSetFactory.empty().
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableCharSetFactoryImpl
public MutableCharSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableCharSetFactory
-
of
Description copied from interface:MutableCharSetFactorySame asMutableCharSetFactory.empty().- Specified by:
ofin interfaceMutableCharSetFactory
-
with
Description copied from interface:MutableCharSetFactorySame asMutableCharSetFactory.empty().- Specified by:
within interfaceMutableCharSetFactory
-
withInitialCapacity
Description copied from interface:MutableCharSetFactorySame asMutableCharSetFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableCharSetFactory
-
of
Description copied from interface:MutableCharSetFactorySame asMutableCharSetFactory.with(char[]).- Specified by:
ofin interfaceMutableCharSetFactory
-
with
- Specified by:
within interfaceMutableCharSetFactory
-
ofAll
Description copied from interface:MutableCharSetFactory- Specified by:
ofAllin interfaceMutableCharSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableCharSetFactory
-
ofAll
Description copied from interface:MutableCharSetFactory- Specified by:
ofAllin interfaceMutableCharSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableCharSetFactory- Since:
- 10.0
-