ecologylab.generic
Class StringBuffersPool
java.lang.Object
ecologylab.generic.Debug
ecologylab.generic.StringBuffersPool
Deprecated.
@Deprecated
public class StringBuffersPool
- extends Debug
A pool of reusable StringBuilders.
|
Method Summary |
java.lang.StringBuilder |
nextBuffer()
Deprecated. |
void |
release(java.lang.StringBuilder b)
Deprecated. |
| Methods inherited from class ecologylab.generic.Debug |
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_POOL_SIZE
public static int DEFAULT_POOL_SIZE
- Deprecated.
bufferPool
public java.util.Vector<java.lang.StringBuilder> bufferPool
- Deprecated.
StringBuffersPool
public StringBuffersPool(int bufferSize)
- Deprecated.
StringBuffersPool
public StringBuffersPool(int bufferSize,
int poolSize)
- Deprecated.
nextBuffer
public java.lang.StringBuilder nextBuffer()
- Deprecated.
release
public void release(java.lang.StringBuilder b)
- Deprecated.