com.liferay.portal.kernel.util
Class DoubleWrapper

java.lang.Object
  extended by com.liferay.portal.kernel.util.PrimitiveWrapper
      extended by com.liferay.portal.kernel.util.DoubleWrapper
All Implemented Interfaces:
java.io.Serializable

public class DoubleWrapper
extends PrimitiveWrapper

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.Class<?> TYPE
           
 
Constructor Summary
DoubleWrapper()
           
DoubleWrapper(double value)
           
 
Method Summary
 double decrement()
           
 double getValue()
           
 double increment()
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.Class<?> TYPE
Constructor Detail

DoubleWrapper

public DoubleWrapper()

DoubleWrapper

public DoubleWrapper(double value)
Method Detail

getValue

public double getValue()

setValue

public void setValue(double value)

increment

public double increment()

decrement

public double decrement()