to.etc.util
Class WrapperCache

java.lang.Object
  extended by to.etc.util.WrapperCache

Deprecated.

@Deprecated
public class WrapperCache
extends java.lang.Object

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

WrapperCache

public WrapperCache()
Deprecated. 
Method Detail

getBoolean

public static java.lang.Boolean getBoolean(boolean pValue)
Deprecated. 

getByte

public static java.lang.Byte getByte(byte pValue)
Deprecated. 

getCharacter

public static java.lang.Character getCharacter(char pValue)
Deprecated. 

getShort

public static java.lang.Short getShort(short pValue)
Deprecated. 

getInteger

public static java.lang.Integer getInteger(int pValue)
Deprecated. 

getLong

public static java.lang.Long getLong(long pValue)
Deprecated. 

getFloat

public static java.lang.Float getFloat(float pValue)
Deprecated. 

getDouble

public static java.lang.Double getDouble(double pValue)
Deprecated.