|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.diff.StringCharSequence
public final class StringCharSequence
A String Char Sequence
| Constructor Summary | |
|---|---|
StringCharSequence(java.lang.String src)
Construct a String Char Sequence |
|
| Method Summary | |
|---|---|
char |
charAt(int n)
returns the character at the index |
int |
getLength()
returns the length of the sequence |
java.lang.String |
toString()
returns the underlying string representation of this char sequence |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringCharSequence(java.lang.String src)
src - the string| Method Detail |
|---|
public char charAt(int n)
charAt in interface CharSequencen - the index
public int getLength()
getLength in interface CharSequencepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||