JTools

org.jtools.util
Class CachedCommonsFactory

java.lang.Object
  extended by org.jpattern.factory.box.TrivialBoxingFactory
      extended by org.jtools.util.CachedCommonsFactory
All Implemented Interfaces:
org.jpattern.factory.box.BoxingFactory

public class CachedCommonsFactory
extends org.jpattern.factory.box.TrivialBoxingFactory


Constructor Summary
CachedCommonsFactory()
           
 
Method Summary
 Byte createByte(byte nativevalue)
           
 Double createDouble(double nativevalue)
           
 Float createFloat(float nativevalue)
           
 Integer createInteger(int nativevalue)
           
 Long createLong(long nativevalue)
           
 Short createShort(short nativevalue)
           
 
Methods inherited from class org.jpattern.factory.box.TrivialBoxingFactory
createBoolean, createCharacter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedCommonsFactory

public CachedCommonsFactory()
Method Detail

createByte

public Byte createByte(byte nativevalue)
Specified by:
createByte in interface org.jpattern.factory.box.BoxingFactory
Overrides:
createByte in class org.jpattern.factory.box.TrivialBoxingFactory

createDouble

public Double createDouble(double nativevalue)
Specified by:
createDouble in interface org.jpattern.factory.box.BoxingFactory
Overrides:
createDouble in class org.jpattern.factory.box.TrivialBoxingFactory

createFloat

public Float createFloat(float nativevalue)
Specified by:
createFloat in interface org.jpattern.factory.box.BoxingFactory
Overrides:
createFloat in class org.jpattern.factory.box.TrivialBoxingFactory

createInteger

public Integer createInteger(int nativevalue)
Specified by:
createInteger in interface org.jpattern.factory.box.BoxingFactory
Overrides:
createInteger in class org.jpattern.factory.box.TrivialBoxingFactory

createLong

public Long createLong(long nativevalue)
Specified by:
createLong in interface org.jpattern.factory.box.BoxingFactory
Overrides:
createLong in class org.jpattern.factory.box.TrivialBoxingFactory

createShort

public Short createShort(short nativevalue)
Specified by:
createShort in interface org.jpattern.factory.box.BoxingFactory
Overrides:
createShort in class org.jpattern.factory.box.TrivialBoxingFactory

JTools

© 2000-2006, JTools.org.