org.apache.commons.lang.text

Class StrBuilder

The aim has been to provide an API that mimics very closely what StringBuffer provides, but with additional methods. It should be noted that some edge cases, with invalid indices or null input, have been altered - see individual methods. The biggest of these changes is that by default, null will not output the text 'null'. This can be controlled by a property, setNullText(String).

Since:
2.2
Version:
$Id: StrBuilder.java 627248 2008-02-13 05:44:46Z bayard $
Author:
Stephen Colebourne

Copyright © 2001-2014 - Apache Software Foundation