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
-
Nested Class Summary
Nested classes/interfaces inherited from interface PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PrimitiveIterator.OfInt
forEachRemaining, forEachRemaining, next
-
Field Details
-
c
private int c -
skipSurrogates
private final boolean skipSurrogates
-
-
Constructor Details
-
CodePointsIterator
private CodePointsIterator(boolean skipSurrogates)
-
-
Method Details
-
hasNext
-
nextInt
public int nextInt()- Specified by:
nextIntin interfacePrimitiveIterator.OfInt
-