class CharIndexedStringBuffer extends java.lang.Object implements CharIndexed, java.io.Serializable
OUT_OF_BOUNDS| Constructor and Description |
|---|
CharIndexedStringBuffer(java.lang.StringBuffer str,
int index) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index)
Returns the character at the given offset past the current cursor
position in the input.
|
boolean |
isValid()
Returns true if the most recent move() operation placed the cursor
position at a valid position in the input.
|
boolean |
move(int index)
Shifts the input buffer by a given number of positions.
|
CharIndexedStringBuffer(java.lang.StringBuffer str,
int index)
public char charAt(int index)
CharIndexedcharAt in interface CharIndexedindex - the offset position in the character field to examinepublic boolean isValid()
CharIndexedisValid in interface CharIndexedpublic boolean move(int index)
CharIndexedmove in interface CharIndexed