Class UCharacter.CodePointsIterator

java.lang.Object
com.ibm.icu.lang.UCharacter.CodePointsIterator
All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer, IntConsumer>, PrimitiveIterator.OfInt
Enclosing class:
UCharacter

private static final class UCharacter.CodePointsIterator extends Object implements PrimitiveIterator.OfInt
  • Field Details

    • c

      private int c
    • skipSurrogates

      private final boolean skipSurrogates
  • Constructor Details

    • CodePointsIterator

      private CodePointsIterator(boolean skipSurrogates)
  • Method Details