gnu.regexp

Class CharIndexedCharArray

class CharIndexedCharArray extends Object implements CharIndexed, Serializable

Constructor Summary
CharIndexedCharArray(char[] str, int index)
Method Summary
charcharAt(int index)
booleanisValid()
booleanmove(int index)

Constructor Detail

CharIndexedCharArray

CharIndexedCharArray(char[] str, int index)

Method Detail

charAt

public char charAt(int index)

isValid

public boolean isValid()

move

public boolean move(int index)