public class ShortWrapper extends PrimitiveWrapper implements Comparable<ShortWrapper>
Constructor and Description |
---|
ShortWrapper() |
ShortWrapper(short value) |
public static final Class<?> TYPE
public int compareTo(ShortWrapper shortWrapper)
compareTo
in interface Comparable<ShortWrapper>
public short decrement()
public short getValue()
public short increment()
public void setValue(short value)