| java.lang.Object org.jboss.ejb.plugins.cmp.ejbql.BlockStringBuffer
BlockStringBuffer | final public class BlockStringBuffer (Code) | | A buffer simmilar to StringBuffer that works on string blocks instead
of individual characters. This eliminates excessive array allocation
and copying at the expense of removal and substring opperations. This
is a greate compromise as usually the only functions called on a
StringBuffer are append, length, and toString.
author: Dain Sundstrom version: $Revision: 57209 $ |
BlockStringBuffer | public BlockStringBuffer()(Code) | | |
length | public int length()(Code) | | |
|
|