AttributedCharacterIterator

Undocumented in source.

Members

Classes

Attribute
class Attribute
Undocumented in source.

Functions

getAllAttributeKeys
Set getAllAttributeKeys()
Undocumented in source.
getAttribute
Object getAttribute(AttributedCharacterIterator.Attribute attribute)
Undocumented in source.
getAttributes
Map getAttributes()
Undocumented in source.
getRunLimit
int getRunLimit()
Undocumented in source.
getRunLimit
int getRunLimit(AttributedCharacterIterator.Attribute attribute)
Undocumented in source.
getRunLimit
int getRunLimit(Set attributes)
Undocumented in source.
getRunStart
int getRunStart()
Undocumented in source.
getRunStart
int getRunStart(AttributedCharacterIterator.Attribute attribute)
Undocumented in source.
getRunStart
int getRunStart(Set attributes)
Undocumented in source.

Inherited Members

From CharacterIterator

DONE
wchar DONE;
Undocumented in source.
clone
Object clone()
Undocumented in source.
current
char current()
Undocumented in source.
first
char first()
Undocumented in source.
getBeginIndex
int getBeginIndex()
Undocumented in source.
getEndIndex
int getEndIndex()
Undocumented in source.
getIndex
int getIndex()
Undocumented in source.
last
char last()
Undocumented in source.
next
char next()
Undocumented in source.
previous
char previous()
Undocumented in source.
setIndex
char setIndex(int position)
Undocumented in source.

Meta