edu.umd.cs.findbugs.sourceViewer
public class DocumentCharacterIterator extends Object implements CharacterIterator
| Method Summary | |
|---|---|
| char | current() |
| char | first() |
| int | getBeginIndex() |
| int | getEndIndex() |
| int | getIndex() |
| char | last() |
| char | next() Increments the iterator's index by one and returns the character at the new index. |
| char | previous() |
| char | setIndex(int position) |
Returns: the character at the new position, or DONE if the new position is off the end