Class IntegerWrapper

Object
com.liferay.portal.kernel.util.PrimitiveWrapper
com.liferay.portal.kernel.util.IntegerWrapper
All Implemented Interfaces:
Serializable, Comparable<IntegerWrapper>

public class IntegerWrapper extends PrimitiveWrapper implements Comparable<IntegerWrapper>
Author:
Brian Wing Shun Chan
See Also:
  • Field Details

    • TYPE

      public static final Class<?> TYPE
  • Constructor Details

    • IntegerWrapper

      public IntegerWrapper()
    • IntegerWrapper

      public IntegerWrapper(int value)
  • Method Details

    • compareTo

      public int compareTo(IntegerWrapper integerWrapper)
      Specified by:
      compareTo in interface Comparable<IntegerWrapper>
    • decrement

      public int decrement()
    • getValue

      public int getValue()
    • increment

      public int increment()
    • setValue

      public void setValue(int value)