regexp
Class CharIndexedStringBuffer
java.lang.Object
|
+--regexp.CharIndexedStringBuffer
- class CharIndexedStringBuffer
- extends Object
- implements CharIndexed
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
s
private StringBuffer s
m_index
private int m_index
CharIndexedStringBuffer
CharIndexedStringBuffer(StringBuffer 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.