org.axiondb.util
Class ValuePool

java.lang.Object
  extended by org.axiondb.util.ValuePool

public class ValuePool
extends Object

Supports pooling of small range of integer values.


Constructor Summary
ValuePool()
           
 
Method Summary
static Boolean getBoolean(boolean b)
           
static Integer getInt(int key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuePool

public ValuePool()
Method Detail

getInt

public static Integer getInt(int key)

getBoolean

public static Boolean getBoolean(boolean b)