Generated by
JDiff

Interface java.text.CharacterIterator

Changed Methods
char current() Documentation changed from old to new.
Gets the character at the current position (as returned by getIndex()).
char first() Documentation changed from old to new.
Sets the position to getBeginIndex() and returns the character at that position.
char last() Documentation changed from old to new.
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.