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

Quick Search    Search Deep

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

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

class RECharIndexedString
extends java.lang.Object
implements RECharIndexed


Field Summary
private  int m_index
           
static char OUT_OF_BOUNDS
           
private  java.lang.String s
           
 
Constructor Summary
(package private) RECharIndexedString(java.lang.String 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 java.lang.String s

m_index

private int m_index

OUT_OF_BOUNDS

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

RECharIndexedString

RECharIndexedString(java.lang.String 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