Class ImmutableCharSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharSetFactoryImpl
- All Implemented Interfaces:
ImmutableCharSetFactory
ImmutableCharSetFactoryImpl is a factory implementation which creates instances of type
ImmutableCharSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asImmutableCharSetFactory.empty()
.of
(char one) Same asImmutableCharSetFactory.with(char)
.of
(char... items) Same asImmutableCharSetFactory.with(char[])
.ofAll
(CharIterable items) with()
Same asImmutableCharSetFactory.empty()
.with
(char one) with
(char... items) withAll
(CharIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableCharSetFactoryImpl
public ImmutableCharSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceImmutableCharSetFactory
-
of
Description copied from interface:ImmutableCharSetFactory
Same asImmutableCharSetFactory.empty()
.- Specified by:
of
in interfaceImmutableCharSetFactory
-
with
Description copied from interface:ImmutableCharSetFactory
Same asImmutableCharSetFactory.empty()
.- Specified by:
with
in interfaceImmutableCharSetFactory
-
of
Description copied from interface:ImmutableCharSetFactory
Same asImmutableCharSetFactory.with(char)
.- Specified by:
of
in interfaceImmutableCharSetFactory
-
with
- Specified by:
with
in interfaceImmutableCharSetFactory
-
of
Description copied from interface:ImmutableCharSetFactory
Same asImmutableCharSetFactory.with(char[])
.- Specified by:
of
in interfaceImmutableCharSetFactory
-
with
- Specified by:
with
in interfaceImmutableCharSetFactory
-
ofAll
Description copied from interface:ImmutableCharSetFactory
- Specified by:
ofAll
in interfaceImmutableCharSetFactory
-
withAll
- Specified by:
withAll
in interfaceImmutableCharSetFactory
-
ofAll
Description copied from interface:ImmutableCharSetFactory
- Specified by:
ofAll
in interfaceImmutableCharSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceImmutableCharSetFactory
- Since:
- 10.0
-