public abstract class ShortTinyType extends Object implements Serializable, Comparable<ShortTinyType>
| Modifier and Type | Field and Description |
|---|---|
short |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
ShortTinyType(short value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ShortTinyType other) |
boolean |
equals(Object rhs) |
int |
hashCode() |
String |
toString() |
public int compareTo(ShortTinyType other)
compareTo in interface Comparable<ShortTinyType>Copyright © 2017. All rights reserved.