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:
emptyin interfaceImmutableCharSetFactory
-
of
Description copied from interface:ImmutableCharSetFactorySame asImmutableCharSetFactory.empty().- Specified by:
ofin interfaceImmutableCharSetFactory
-
with
Description copied from interface:ImmutableCharSetFactorySame asImmutableCharSetFactory.empty().- Specified by:
within interfaceImmutableCharSetFactory
-
of
Description copied from interface:ImmutableCharSetFactorySame asImmutableCharSetFactory.with(char).- Specified by:
ofin interfaceImmutableCharSetFactory
-
with
- Specified by:
within interfaceImmutableCharSetFactory
-
of
Description copied from interface:ImmutableCharSetFactorySame asImmutableCharSetFactory.with(char[]).- Specified by:
ofin interfaceImmutableCharSetFactory
-
with
- Specified by:
within interfaceImmutableCharSetFactory
-
ofAll
Description copied from interface:ImmutableCharSetFactory- Specified by:
ofAllin interfaceImmutableCharSetFactory
-
withAll
- Specified by:
withAllin interfaceImmutableCharSetFactory
-
ofAll
Description copied from interface:ImmutableCharSetFactory- Specified by:
ofAllin interfaceImmutableCharSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableCharSetFactory- Since:
- 10.0
-