Skip navigation links
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).

Prior to 3.0, this class implemented Cloneable but did not implement the clone method so could not be used. From 3.0 onwards it no longer implements the interface.

Since:
2.2
Version:
$Id: StrBuilder.java 1057349 2011-01-10 20:40:49Z niallp $
Author:
Apache Software Foundation
Skip navigation links

Copyright © 2001-2019 The Apache Software Foundation. All Rights Reserved.