| java.text.AttributedCharacterIterator |
Class Overview
AttributedCharacterIterator
Summary
|
[Expand]
Inherited Methods |
From interface java.text.CharacterIterator
|
abstract
Object
|
clone()
Returns a new CharacterIterator with the same properties.
|
|
abstract
char
|
current()
Returns the character at the current index.
|
|
abstract
char
|
first()
Sets the current position to the begin index and returns the character at
the begin index.
|
|
abstract
int
|
getBeginIndex()
Returns the begin index.
|
|
abstract
int
|
getEndIndex()
Returns the end index.
|
|
abstract
int
|
getIndex()
Returns the current index.
|
|
abstract
char
|
last()
Sets the current position to the end index - 1 and returns the character
at the current position.
|
|
abstract
char
|
next()
Increments the current index and returns the character at the new index.
|
|
abstract
char
|
previous()
Decrements the current index and returns the character at the new index.
|
|
abstract
char
|
setIndex(int location)
Sets the current index.
|
|
Public Methods
public
abstract
int
getRunLimit
()
public
abstract
int
getRunStart
()