org.axiondb.util

Class ValuePool

public class ValuePool extends Object

Supports pooling of small range of integer values.

Author: Ahimanikya Satapathy

Method Summary
static BooleangetBoolean(boolean b)
static IntegergetInt(int key)

Method Detail

getBoolean

public static Boolean getBoolean(boolean b)

getInt

public static Integer getInt(int key)