Java java.text AttributedCharacterIterator fields, constructors, methods, implement or subclass

Example usage for Java java.text AttributedCharacterIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.text AttributedCharacterIterator.

The text is from its open source code.

Method

charcurrent()
Gets the character at the current position (as returned by getIndex()).
charfirst()
Sets the position to getBeginIndex() and returns the character at that position.
ObjectgetAttribute(Attribute attribute)
Returns the value of the named attribute for the current character.
MapgetAttributes()
Returns a map with the attributes defined on the current character.
intgetBeginIndex()
Returns the start index of the text.
intgetEndIndex()
Returns the end index of the text.
intgetIndex()
Returns the current index.
intgetRunLimit()
Returns the index of the first character following the run with respect to all attributes containing the current character.
intgetRunStart()
Returns the index of the first character of the run with respect to all attributes containing the current character.
charnext()
Increments the iterator's index by one and returns the character at the new index.
charsetIndex(int position)
Sets the position to the specified position in the text and returns that character.