|
|||||||||
| Home >> All >> com >> memoire >> [ re overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.re
Class RECharIndexedStringBuffer

java.lang.Objectcom.memoire.re.RECharIndexedStringBuffer
- All Implemented Interfaces:
- RECharIndexed
- class RECharIndexedStringBuffer
- extends java.lang.Object
- implements RECharIndexed
- extends java.lang.Object
| Field Summary | |
private int |
m_index
|
static char |
OUT_OF_BOUNDS
|
private java.lang.StringBuffer |
s
|
| Constructor Summary | |
(package private) |
RECharIndexedStringBuffer(java.lang.StringBuffer 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.StringBuffer s
m_index
private int m_index
OUT_OF_BOUNDS
public static final char OUT_OF_BOUNDS
- See Also:
- Constant Field Values
| Constructor Detail |
RECharIndexedStringBuffer
RECharIndexedStringBuffer(java.lang.StringBuffer str, int index)
| Method Detail |
charAt
public char charAt(int index)
- Specified by:
charAtin interfaceRECharIndexed
isValid
public boolean isValid()
- Specified by:
isValidin interfaceRECharIndexed
move
public boolean move(int index)
- Specified by:
movein interfaceRECharIndexed
|
|||||||||
| Home >> All >> com >> memoire >> [ re overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.re.RECharIndexedStringBuffer