Class CodepointIterator

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, SequenceIterator, AtomicIterator

    public class CodepointIterator
    extends java.lang.Object
    implements AtomicIterator
    Iterator over a string to produce a sequence of single character strings
    • Constructor Detail

      • CodepointIterator

        public CodepointIterator​(IntIterator codepoints)
        Create a codepoint iterator
        Parameters:
        codepoints - iterator over the underlying codepoints