Class ShortWrapper

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

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

    • TYPE

      public static final Class<?> TYPE
  • Constructor Details

    • ShortWrapper

      public ShortWrapper()
    • ShortWrapper

      public ShortWrapper(short value)
  • Method Details

    • compareTo

      public int compareTo(ShortWrapper shortWrapper)
      Specified by:
      compareTo in interface Comparable<ShortWrapper>
    • decrement

      public short decrement()
    • getValue

      public short getValue()
    • increment

      public short increment()
    • setValue

      public void setValue(short value)