Modifier and Type | Method and Description |
---|---|
FastCat |
FastCat.append(char c)
append char
|
FastCat |
FastCat.append(int i)
append int
|
FastCat |
FastCat.append(java.lang.Object... oo)
append arbitrary number of Objects
|
FastCat |
FastCat.append(java.lang.Object o)
append Object
|
FastCat |
FastCat.append(java.lang.String... ss)
append arbitrary number of strings
|
FastCat |
FastCat.append(java.lang.String s)
append String
|