java.lang.Object
org.eclipse.collections.impl.primitive.AbstractCharIterable
org.eclipse.collections.impl.string.immutable.CharAdapter
All Implemented Interfaces:
Serializable, CharSequence, CharIterable, ImmutableCharCollection, CharList, ImmutableCharList, OrderedCharIterable, ReversibleCharIterable, PrimitiveIterable

public class CharAdapter
extends AbstractCharIterable
implements CharSequence, ImmutableCharList, Serializable
Provides a view into the char[] stored in a String as an ImmutableCharList. This is a cleaner more OO way of providing many of the iterable protocols available in StringIterate for char values.
Since:
7.0
See Also:
Serialized Form