Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class FloatWrapper

java.lang.Object
  extended by com.liferay.portal.kernel.util.PrimitiveWrapper
      extended by com.liferay.portal.kernel.util.FloatWrapper
All Implemented Interfaces:
Serializable, Comparable<FloatWrapper>

public class FloatWrapper
extends PrimitiveWrapper
implements Comparable<FloatWrapper>

See Also:
Serialized Form

Field Summary
static Class<?> TYPE
           
 
Constructor Summary
FloatWrapper()
           
FloatWrapper(float value)
           
 
Method Summary
 int compareTo(FloatWrapper floatWrapper)
           
 float decrement()
           
 float getValue()
           
 float increment()
           
 void setValue(float 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 Class<?> TYPE
Constructor Detail

FloatWrapper

public FloatWrapper()

FloatWrapper

public FloatWrapper(float value)
Method Detail

compareTo

public int compareTo(FloatWrapper floatWrapper)
Specified by:
compareTo in interface Comparable<FloatWrapper>

decrement

public float decrement()

getValue

public float getValue()

increment

public float increment()

setValue

public void setValue(float value)

Liferay 6.2-ce-ga5