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