regexp
Class CharIndexedCharArray
java.lang.Object
|
+--regexp.CharIndexedCharArray
- class CharIndexedCharArray
- extends Object
- implements CharIndexed
Field Summary |
private int |
m_index
|
private char[] |
s
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
s
private char[] s
m_index
private int m_index
CharIndexedCharArray
CharIndexedCharArray(char[] 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
From the Biter project.