public interface StringLike
Modifier and Type | Method and Description |
---|---|
char |
charAt(int i) |
int |
indexOf(char c) |
int |
length() |
BasicStringBufferLike |
newStringBufferLike()
By default, the result is put in a String or char[]
when a replace is done.
|
String |
substring(int i1,
int i2) |
String |
toString()
Return a String representation of this object.
|
Object |
unwrap()
Obtain the underlying object, be it a String, char[],
RandomAccessFile, whatever.
|
char charAt(int i)
String toString()
Object
int length()
String substring(int i1, int i2)
Object unwrap()
BasicStringBufferLike newStringBufferLike()
int indexOf(char c)