public static final class Mutables.Short
extends java.lang.Number
| Constructor and Description |
|---|
Mutables.Short(short value) |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
float |
floatValue() |
short |
get() |
int |
intValue() |
long |
longValue() |
short |
postdecrement() |
short |
postincrement() |
short |
predecrement() |
short |
preincrement() |
void |
set(short value) |
java.lang.String |
toString() |
public short get()
public void set(short value)
public int intValue()
intValue in class java.lang.Numberpublic long longValue()
longValue in class java.lang.Numberpublic float floatValue()
floatValue in class java.lang.Numberpublic double doubleValue()
doubleValue in class java.lang.Numberpublic short preincrement()
public short predecrement()
public short postincrement()
public short postdecrement()
public java.lang.String toString()
toString in class java.lang.Object