Class CodePointIterator

  • All Implemented Interfaces:
    Iterator<Integer>

    public class CodePointIterator
    extends Object
    implements Iterator<Integer>
    Helper class for quickly iterating over a String and receiving each character code point (taking care to handle surrogate pairs correctly).
    Author:
    Jeen Broekstra
    See Also:
    CodePointSequence