Class CharacterIteration


  • public final class CharacterIteration
    extends Object
    • Method Detail

      • next32

        public static int next32​(CharacterIterator ci)
        Move the iterator forward to the next code point, and return that code point, leaving the iterator positioned at char returned. For Supplementary chars, the iterator is left positioned at the lead surrogate.
        Parameters:
        ci - The character iterator
        Returns:
        The next code point.