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