Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.re
Interface RECharIndexed  view RECharIndexed download RECharIndexed.java

All Known Implementing Classes:
RECharIndexedCharArray, RECharIndexedInputStream, RECharIndexedString, RECharIndexedStringBuffer

interface RECharIndexed


Field Summary
static char OUT_OF_BOUNDS
           
 
Method Summary
 char charAt(int index)
           
 boolean isValid()
           
 boolean move(int index)
           
 

Field Detail

OUT_OF_BOUNDS

public static final char OUT_OF_BOUNDS
See Also:
Constant Field Values
Method Detail

charAt

public char charAt(int index)

move

public boolean move(int index)

isValid

public boolean isValid()