Uses of Class
com.mindprod.fastcat.FastCat

Uses of FastCat in com.mindprod.fastcat
 

Methods in com.mindprod.fastcat that return FastCat
 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