ecologylab.generic
Class StringBuffersPool

java.lang.Object
  extended by ecologylab.generic.Debug
      extended by ecologylab.generic.StringBuffersPool

Deprecated.

@Deprecated
public class StringBuffersPool
extends Debug

A pool of reusable StringBuilders.


Field Summary
 java.util.Vector<java.lang.StringBuilder> bufferPool
          Deprecated.  
static int DEFAULT_POOL_SIZE
          Deprecated.  
 
Constructor Summary
StringBuffersPool(int bufferSize)
          Deprecated.  
StringBuffersPool(int bufferSize, int poolSize)
          Deprecated.  
 
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
 

Field Detail

DEFAULT_POOL_SIZE

public static int DEFAULT_POOL_SIZE
Deprecated. 

bufferPool

public java.util.Vector<java.lang.StringBuilder> bufferPool
Deprecated. 
Constructor Detail

StringBuffersPool

public StringBuffersPool(int bufferSize)
Deprecated. 

StringBuffersPool

public StringBuffersPool(int bufferSize,
                         int poolSize)
Deprecated. 
Method Detail

nextBuffer

public java.lang.StringBuilder nextBuffer()
Deprecated. 

release

public void release(java.lang.StringBuilder b)
Deprecated.