com.jeffpalm.util
Class Pool
java.lang.Object
com.jeffpalm.util.Pool
public final class Pool
- extends java.lang.Object
Constructor Summary |
Pool()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pool
public Pool()
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)