CharacterIterator.current

CharacterIterator.current

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract char current()
Returns
the character at the current position or DONE if the current position is off the end of the text.
Description
Get the character at the current position (as returned by getIndex()).

See Also
getIndex