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