org.axiondb.util
Class ValuePool

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

public class ValuePool
extends java.lang.Object

Supports pooling of small range of integer values.


Constructor Summary
ValuePool()
           
 
Method Summary
static java.lang.Boolean getBoolean(boolean b)
           
static java.lang.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 java.lang.Integer getInt(int key)

getBoolean

public static java.lang.Boolean getBoolean(boolean b)