public final class ImShort extends java.lang.Number implements java.lang.Cloneable, java.lang.Comparable<ImShort>
Constructor and Description |
---|
ImShort() |
ImShort(ImShort imShort) |
ImShort(short value) |
Modifier and Type | Method and Description |
---|---|
ImShort |
clone() |
int |
compareTo(ImShort o) |
double |
doubleValue() |
boolean |
equals(java.lang.Object o) |
float |
floatValue() |
short |
get() |
short[] |
getData() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
void |
set(ImShort value) |
void |
set(short value) |
java.lang.String |
toString() |
public ImShort()
public ImShort(ImShort imShort)
public ImShort(short value)
public short get()
public short[] getData()
public void set(short value)
public void set(ImShort value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ImShort clone()
clone
in class java.lang.Object
public int compareTo(ImShort o)
compareTo
in interface java.lang.Comparable<ImShort>
public int intValue()
intValue
in class java.lang.Number
public long longValue()
longValue
in class java.lang.Number
public float floatValue()
floatValue
in class java.lang.Number
public double doubleValue()
doubleValue
in class java.lang.Number