Class ImmutableCharListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharListFactoryImpl
- All Implemented Interfaces:
ImmutableCharListFactory
ImmutableCharListFactoryImpl is a factory implementation which creates instances of type
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.- Since:
- 3.2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asImmutableCharListFactory.empty().of(char one) Same asImmutableCharListFactory.with(char).of(char... items) ofAll(CharIterable items) with()Same asImmutableCharListFactory.empty().with(char one) with(char... items) withAll(CharIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableCharListFactoryImpl
public ImmutableCharListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableCharListFactory
-
of
Description copied from interface:ImmutableCharListFactorySame asImmutableCharListFactory.empty().- Specified by:
ofin interfaceImmutableCharListFactory
-
with
Description copied from interface:ImmutableCharListFactorySame asImmutableCharListFactory.empty().- Specified by:
within interfaceImmutableCharListFactory
-
of
Description copied from interface:ImmutableCharListFactorySame asImmutableCharListFactory.with(char).- Specified by:
ofin interfaceImmutableCharListFactory
-
with
- Specified by:
within interfaceImmutableCharListFactory
-
of
Description copied from interface:ImmutableCharListFactory- Specified by:
ofin interfaceImmutableCharListFactory
-
with
- Specified by:
within interfaceImmutableCharListFactory
-
ofAll
Description copied from interface:ImmutableCharListFactory- Specified by:
ofAllin interfaceImmutableCharListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableCharListFactory
-
ofAll
Description copied from interface:ImmutableCharListFactory- Specified by:
ofAllin interfaceImmutableCharListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableCharListFactory- Since:
- 10.0
-