gnu.regexp
Class CharIndexedString
java.lang.Object
gnu.regexp.CharIndexedString
- All Implemented Interfaces:
- CharIndexed
- class CharIndexedString
- extends Object
- implements CharIndexed
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUT_OF_BOUNDS
public static final char OUT_OF_BOUNDS
- See Also:
- Constant Field Values
CharIndexedString
CharIndexedString(String str,
int index)
charAt
public char charAt(int index)
- Specified by:
charAt in interface CharIndexed
isValid
public boolean isValid()
- Specified by:
isValid in interface CharIndexed
move
public boolean move(int index)
- Specified by:
move in interface CharIndexed