Package totalcross.util.regex
Interface TextBuffer
-
public interface TextBuffer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(char c)voidappend(char[] chars, int start, int len)voidappend(java.lang.String s)
-