jline
Class JLineStringBuilder
- Appendable, CharSequence, JLineBuffer
public class JLineStringBuilder
extends java.lang.Object
append
public Appendable append(CharSequence s,
int start,
int end)
throws IOException
append
public Appendable append(char c)
throws IOException
charAt
public char charAt(int index)
length
public int length()
replace
public void replace(int start,
int end,
String str)
- replace in interface JLineBuffer
subSequence
public CharSequence subSequence(int start,
int end)
toString
public String toString()