@Deprecated public class WrapperCache extends Object
| Constructor and Description |
|---|
WrapperCache()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getBoolean(boolean pValue)
Deprecated.
|
static Byte |
getByte(byte pValue)
Deprecated.
|
static Character |
getCharacter(char pValue)
Deprecated.
|
static Double |
getDouble(double pValue)
Deprecated.
|
static Float |
getFloat(float pValue)
Deprecated.
|
static Integer |
getInteger(int pValue)
Deprecated.
|
static Long |
getLong(long pValue)
Deprecated.
|
static Short |
getShort(short pValue)
Deprecated.
|
public static Boolean getBoolean(boolean pValue)
public static Byte getByte(byte pValue)
public static Character getCharacter(char pValue)
public static Short getShort(short pValue)
public static Integer getInteger(int pValue)
public static Long getLong(long pValue)
public static Float getFloat(float pValue)
public static Double getDouble(double pValue)
Copyright © 2017 etc.to. All rights reserved.