Class CSCharacterIterator
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
- All Implemented Interfaces:
Cloneable,CharacterIterator
Implement the Java CharacterIterator interface on a CharSequence.
Intended for internal use by ICU only.
-
Field Summary
Fields inherited from interface java.text.CharacterIterator
DONE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CSCharacterIterator
Constructor.- Parameters:
text- The CharSequence to iterate over.
-
-
Method Details
-
first
public char first()- Specified by:
firstin interfaceCharacterIterator
-
last
public char last()- Specified by:
lastin interfaceCharacterIterator
-
current
public char current()- Specified by:
currentin interfaceCharacterIterator
-
next
public char next()- Specified by:
nextin interfaceCharacterIterator
-
previous
public char previous()- Specified by:
previousin interfaceCharacterIterator
-
setIndex
public char setIndex(int position) - Specified by:
setIndexin interfaceCharacterIterator
-
getBeginIndex
public int getBeginIndex()- Specified by:
getBeginIndexin interfaceCharacterIterator
-
getEndIndex
public int getEndIndex()- Specified by:
getEndIndexin interfaceCharacterIterator
-
getIndex
public int getIndex()- Specified by:
getIndexin interfaceCharacterIterator
-
clone
- Specified by:
clonein interfaceCharacterIterator- Overrides:
clonein classObject
-