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