Class UCharacter.CodePoints
java.lang.Object
com.ibm.icu.lang.UCharacter.CodePoints
- All Implemented Interfaces:
IterableOfInt, Iterable<Integer>
- Enclosing class:
UCharacter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final UCharacter.CodePointsprivate static final UCharacter.CodePointsprivate final boolean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
ALL_CODE_POINTS
-
ALL_SCALAR_VALUES
-
skipSurrogates
private final boolean skipSurrogates
-
-
Constructor Details
-
CodePoints
private CodePoints(boolean skipSurrogates)
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<Integer>- Specified by:
iteratorin interfaceIterableOfInt- Returns:
- a
PrimitiveIterator.OfInt
-