License: Freeware $0.00 OS: Java,Linux,Mac OS X,Unix,Win2000,Win7 x32,Win7 x64,WinServer,WinVista,WinVista x Requirements: java 1.5+ Publisher: Canadian Mind Products Homepage: http://mindprod.com
fastcat is a streamlined version of stringbuilder that does not
allocate a buffer until the very last minute, and allocates it the exact
size needed. you use it in writing your own java programs. it works very
similarly to stringbuilder, so the javadoc should be all you need.
it ignores null strings passed to it, which streamlines your application code.