|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.util.WrapperCache
@Deprecated public class WrapperCache
DO NOT USE- LOOKS EVIL. Cached values for value objects.
Constructor Summary | |
---|---|
WrapperCache()
Deprecated. |
Method Summary | |
---|---|
static java.lang.Boolean |
getBoolean(boolean pValue)
Deprecated. |
static java.lang.Byte |
getByte(byte pValue)
Deprecated. |
static java.lang.Character |
getCharacter(char pValue)
Deprecated. |
static java.lang.Double |
getDouble(double pValue)
Deprecated. |
static java.lang.Float |
getFloat(float pValue)
Deprecated. |
static java.lang.Integer |
getInteger(int pValue)
Deprecated. |
static java.lang.Long |
getLong(long pValue)
Deprecated. |
static java.lang.Short |
getShort(short pValue)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WrapperCache()
Method Detail |
---|
public static java.lang.Boolean getBoolean(boolean pValue)
public static java.lang.Byte getByte(byte pValue)
public static java.lang.Character getCharacter(char pValue)
public static java.lang.Short getShort(short pValue)
public static java.lang.Integer getInteger(int pValue)
public static java.lang.Long getLong(long pValue)
public static java.lang.Float getFloat(float pValue)
public static java.lang.Double getDouble(double pValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |