Uses of Class
info.bliki.wiki.cache.WikiStringBuilder

Packages that use WikiStringBuilder
info.bliki.wiki.cache   
 

Uses of WikiStringBuilder in info.bliki.wiki.cache
 

Methods in info.bliki.wiki.cache that return WikiStringBuilder
 WikiStringBuilder WikiStringBuilder.append(boolean b)
           Appends the String representation of the boolean value passed.
 WikiStringBuilder WikiStringBuilder.append(char c)
           Appends the String representation of the char value passed.
 WikiStringBuilder WikiStringBuilder.append(char[] ch)
           Appends the String representation of the char[] value passed.
 WikiStringBuilder WikiStringBuilder.append(char[] str, int offset, int len)
           Appends the String representation of the subset of the char[] value passed.
 WikiStringBuilder WikiStringBuilder.append(java.lang.CharSequence csq)
           Appends the String representation of the CharSequence value passed.
 WikiStringBuilder WikiStringB