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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AtomicValue next()
      Get the next atomic value in the sequence.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodepointIterator

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