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()of(char... items) ofAll(CharIterable items) with()with(char... items) withAll(CharIterable items) withInitialCapacity(int capacity)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableCharSetFactoryImpl
public MutableCharSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableCharSetFactory
-
of
- Specified by:
ofin interfaceMutableCharSetFactory
-
with
- Specified by:
within interfaceMutableCharSetFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableCharSetFactory
-
of
- Specified by:
ofin interfaceMutableCharSetFactory
-
with
- Specified by:
within interfaceMutableCharSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableCharSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableCharSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableCharSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableCharSetFactory- Since:
- 10.0
-