Package com.liferay.portal.kernel.util
Class FloatWrapper
Object
com.liferay.portal.kernel.util.PrimitiveWrapper
com.liferay.portal.kernel.util.FloatWrapper
- All Implemented Interfaces:
Serializable
,Comparable<FloatWrapper>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE
-
-
Constructor Details
-
FloatWrapper
public FloatWrapper() -
FloatWrapper
public FloatWrapper(float value)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FloatWrapper>
-
decrement
public float decrement() -
getValue
public float getValue() -
increment
public float increment() -
setValue
public void setValue(float value)
-