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