Class ImmutableCharArrayList

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayList
All Implemented Interfaces:
Serializable, CharIterable, ImmutableCharCollection, CharList, ImmutableCharList, OrderedCharIterable, ReversibleCharIterable, PrimitiveIterable

final class ImmutableCharArrayList extends Object implements ImmutableCharList, Serializable
ImmutableCharArrayList is the non-modifiable equivalent of CharArrayList. It wraps a Java char array. This file was automatically generated from template file immutablePrimitiveArrayList.stg.
Since:
3.2.