com.jeffpalm.util
Class Pool

java.lang.Object
  extended by com.jeffpalm.util.Pool

public final class Pool
extends java.lang.Object


Constructor Summary
Pool()
           
 
Method Summary
static boolean doneWithBoolean(boolean v)
           
static boolean doneWithChar(char v)
           
static boolean doneWithDouble(double v)
           
static boolean doneWithFloat(float v)
           
static boolean doneWithInteger(int v)
           
static boolean doneWithLong(long v)
           
static boolean doneWithShort(short v)
           
static java.lang.Boolean getBoolean(boolean v)
           
static java.lang.Character getCharacter(char v)
           
static java.lang.Double getDouble(double v)
           
static java.lang.Float getFloat(float v)
           
static java.lang.Integer getInteger(int v)
           
static java.lang.Integer getInteger(java.lang.String v)
           
static java.lang.Long getLong(long v)
           
static java.lang.Short getShort(short v)
           
static boolean parseBoolean(java.lang.String v)
           
static char parseChar(java.lang.String v)
           
static double parseDouble(java.lang.String v)
           
static float parseFloat(java.lang.String v)
           
static int parseInt(java.lang.String v)
           
static long parseLong(java.lang.String v)
           
static short parseShort(java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pool

public Pool()
Method Detail

getBoolean

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

parseBoolean

public static boolean parseBoolean(java.lang.String v)

doneWithBoolean

public static boolean doneWithBoolean(boolean v)

getInteger

public static java.lang.Integer getInteger(int v)

getInteger

public static java.lang.Integer getInteger(java.lang.String v)

parseInt

public static int parseInt(java.lang.String v)

doneWithInteger

public static boolean doneWithInteger(int v)

getLong

public static java.lang.Long getLong(long v)

parseLong

public static long parseLong(java.lang.String v)

doneWithLong

public static boolean doneWithLong(long v)

getDouble

public static java.lang.Double getDouble(double v)

parseDouble

public static double parseDouble(java.lang.String v)

doneWithDouble

public static boolean doneWithDouble(double v)

getFloat

public static java.lang.Float getFloat(float v)

parseFloat

public static float parseFloat(java.lang.String v)

doneWithFloat

public static boolean doneWithFloat(float v)

getShort

public static java.lang.Short getShort(short v)

parseShort

public static short parseShort(java.lang.String v)

doneWithShort

public static boolean doneWithShort(short v)

getCharacter

public static java.lang.Character getCharacter(char v)

parseChar

public static char parseChar(java.lang.String v)

doneWithChar

public static boolean doneWithChar(char v)