|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.text.RuleBasedBreakIterator.SafeCharIterator
| Field Summary | |
private CharacterIterator |
base
|
private int |
currentIndex
|
private int |
rangeLimit
|
private int |
rangeStart
|
| Fields inherited from interface java.text.CharacterIterator |
DONE |
| Constructor Summary | |
(package private) |
RuleBasedBreakIterator.SafeCharIterator(CharacterIterator base)
|
| Method Summary | |
Object |
clone()
Create a copy of this iterator |
char |
current()
Gets the character at the current position (as returned by getIndex()). |
char |
first()
Sets the position to getBeginIndex() and returns the character at that position. |
int |
getBeginIndex()
Returns the start index of the text. |
int |
getEndIndex()
Returns the end index of the text. |
int |
getIndex()
Returns the current index. |
char |
last()
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position. |
char |
next()
Increments the iterator's index by one and returns the character at the new index. |
char |
previous()
Decrements the iterator's index by one and returns the character at the new index. |
char |
setIndex(int i)
Sets the position to the specified position in the text and returns that character. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private CharacterIterator base
private int rangeStart
private int rangeLimit
private int currentIndex
| Constructor Detail |
RuleBasedBreakIterator.SafeCharIterator(CharacterIterator base)
| Method Detail |
public char first()
CharacterIterator
first in interface CharacterIteratorCharacterIterator.getBeginIndex()public char last()
CharacterIterator
last in interface CharacterIteratorCharacterIterator.getEndIndex()public char current()
CharacterIterator
current in interface CharacterIteratorCharacterIterator.getIndex()public char next()
CharacterIterator
next in interface CharacterIteratorpublic char previous()
CharacterIterator
previous in interface CharacterIteratorpublic char setIndex(int i)
CharacterIterator
setIndex in interface CharacterIteratori - the position within the text. Valid values range from
getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
if an invalid value is supplied.
public int getBeginIndex()
CharacterIterator
getBeginIndex in interface CharacterIteratorpublic int getEndIndex()
CharacterIterator
getEndIndex in interface CharacterIteratorpublic int getIndex()
CharacterIterator
getIndex in interface CharacterIteratorpublic Object clone()
CharacterIterator
clone in interface CharacterIteratorclone in class ObjectCloneable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||