|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringWrapper
Something that implements some of the functionality of Java's string class, but which is a non-final class, and hence can also cache additional information to facilitate later processing.
Method Summary | |
---|---|
char |
charAt(int i)
Return the i-th char of the wrapped string |
int |
length()
Return the length of the wrapped string |
java.lang.String |
unwrap()
Return the string that is wrapped. |
Method Detail |
---|
java.lang.String unwrap()
char charAt(int i)
int length()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |