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

Quick Search    Search Deep

com.memoire.re
Class RECharIndexedCharArray  view RECharIndexedCharArray download RECharIndexedCharArray.java

java.lang.Object
  extended bycom.memoire.re.RECharIndexedCharArray
All Implemented Interfaces:
RECharIndexed

class RECharIndexedCharArray
extends java.lang.Object
implements RECharIndexed


Field Summary
private  int m_index
           
static char OUT_OF_BOUNDS
           
private  char[] s
           
 
Constructor Summary
(package private) RECharIndexedCharArray(char[] str, int index)
           
 
Method Summary
 char charAt(int index)
           
 boolean isValid()
           
 boolean move(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

private char[] s

m_index

private int m_index

OUT_OF_BOUNDS

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

RECharIndexedCharArray

RECharIndexedCharArray(char[] str,
                       int index)
Method Detail

charAt

public char charAt(int index)
Specified by:
charAt in interface RECharIndexed

isValid

public boolean isValid()
Specified by:
isValid in interface RECharIndexed

move

public boolean move(int index)
Specified by:
move in interface RECharIndexed