Interface ImmutableCharListFactory
public interface ImmutableCharListFactory
A factory which creates instances of type
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.- Since:
- 3.2.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(char one) Same aswith(char).of(char... items) Same aswith(char[]).Same aswithAll(Iterable).ofAll(CharIterable items) Same aswithAll(CharIterable).with()Same asempty().with(char one) with(char... items) withAll(CharIterable items)
-
Method Details
-
empty
ImmutableCharList empty()- Since:
- 6.0
-
of
ImmutableCharList of()Same asempty(). -
with
ImmutableCharList with()Same asempty(). -
of
Same aswith(char). -
with
-
of
Same aswith(char[]). -
with
-
ofAll
Same aswithAll(CharIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-