public final class MutableShort extends Number implements Comparable<MutableShort>, Cloneable
| Modifier and Type | Field and Description |
|---|---|
short |
value |
| Constructor and Description |
|---|
MutableShort() |
MutableShort(Number number) |
MutableShort(short value) |
MutableShort(String value) |
| Modifier and Type | Method and Description |
|---|---|
MutableShort |
clone() |
int |
compareTo(MutableShort other) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
short |
getValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
void |
setValue(Number value) |
void |
setValue(short value) |
String |
toString() |
byteValue, shortValuepublic MutableShort()
public MutableShort(short value)
public MutableShort(String value)
public MutableShort(Number number)
public short getValue()
public void setValue(short value)
public void setValue(Number value)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic int compareTo(MutableShort other)
compareTo in interface Comparable<MutableShort>public MutableShort clone()
Copyright © 2016 jetbrick. All rights reserved.