javax.swing.text
Interface CharacterIterator
java.lang.Object
|
+--java.lang.Cloneable
|
+--javax.swing.text.CharacterIterator
All Implemented Interfaces:
Cloneable
public interface
CharacterIteratorimplements
Cloneableclone
public Object clone()
current
public char current()
first
public char first()
getBeginIndex
public int getBeginIndex()
getEndIndex
public int getEndIndex()
getIndex
public int getIndex()
last
public char last()
next
public char next()
previous
public char previous()
setIndex
public char setIndex(int position)
Parameters: