Class CodePointAdapter

java.lang.Object
org.eclipse.collections.impl.primitive.AbstractIntIterable
org.eclipse.collections.impl.string.immutable.CodePointAdapter
All Implemented Interfaces:
Serializable, CharSequence, ImmutableIntCollection, IntIterable, ImmutableIntList, IntList, OrderedIntIterable, ReversibleIntIterable, PrimitiveIterable

public class CodePointAdapter extends AbstractIntIterable implements CharSequence, ImmutableIntList, Serializable
Calculates and provides the code points stored in a String as an ImmutableIntList. This is a cleaner more OO way of providing many of the iterable protocols available in StringIterate for code points.
Since:
7.0
See Also: