|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CharSpan
Describes a span of characters in a char [] array.
| Method Summary | |
|---|---|
char[] |
getArray()
Get the underlying character array. |
int |
getOffset()
Get the offset within the char [] array where this span starts. |
int |
size()
Return the number of characters in this span. |
String |
toString()
Create a new String that contains the chars covered by this span. |
| Methods inherited from interface java.lang.CharSequence |
|---|
charAt, length, subSequence |
| Method Detail |
|---|
char[] getArray()
int getOffset()
int size()
String toString()
toString in interface CharSequencetoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||