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