Skip navigation links
edu.internet2.middleware.grouperClientExt.org.apache.commons.lang3.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 1199888 2011-11-09 17:35:01Z ggregory $
Skip navigation links

Copyright © 2016 Internet2. All rights reserved.