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