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:
empty
in interfaceMutableCharSetFactory
-
of
Description copied from interface:MutableCharSetFactory
Same asMutableCharSetFactory.empty()
.- Specified by:
of
in interfaceMutableCharSetFactory
-
with
Description copied from interface:MutableCharSetFactory
Same asMutableCharSetFactory.empty()
.- Specified by:
with
in interfaceMutableCharSetFactory
-
withInitialCapacity
Description copied from interface:MutableCharSetFactory
Same asMutableCharSetFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableCharSetFactory
-
of
Description copied from interface:MutableCharSetFactory
Same asMutableCharSetFactory.with(char[])
.- Specified by:
of
in interfaceMutableCharSetFactory
-
with
- Specified by:
with
in interfaceMutableCharSetFactory
-
ofAll
Description copied from interface:MutableCharSetFactory
- Specified by:
ofAll
in interfaceMutableCharSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableCharSetFactory
-
ofAll
Description copied from interface:MutableCharSetFactory
- Specified by:
ofAll
in interfaceMutableCharSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableCharSetFactory
- Since:
- 10.0
-