org.freecompany.util.text
Class IterableUnicodeSequence
public
class
IterableUnicodeSequence
extends Object
implements Iterable<Integer>
Simple convenience class for building an Iterable object that suports
the entire set of Unicode code points out of a {$link CharSequence}. The iterators
provided from this object will not support the ${link Iterator#remove()} method.
protected final CharSequence sequence
public IterableUnicodeSequence(CharSequence sequence)
public Iterator<Integer> iterator()
public static Iterator<Integer> iterator(CharSequence sequence)