Class CodepointIteratorCharArray

java.lang.Object
com.helger.commons.text.codepoint.AbstractCodepointIterator
com.helger.commons.text.codepoint.CodepointIteratorCharArray
All Implemented Interfaces:
ICodepointIterator, Iterator<Codepoint>
Direct Known Subclasses:
CodepointIteratorReader

public class CodepointIteratorCharArray extends AbstractCodepointIterator
Author:
Apache Abdera
  • Constructor Details

    • CodepointIteratorCharArray

      public CodepointIteratorCharArray(@Nonnull char[] aBuffer)
    • CodepointIteratorCharArray

      public CodepointIteratorCharArray(@Nonnull char[] aBuffer, int nOfs, int nLen)
  • Method Details