public class Int96
extends java.lang.Object
implements java.lang.Comparable
| Constructor and Description |
|---|
Int96(int msb,
long lsb) |
| Modifier and Type | Method and Description |
|---|---|
Int96 |
add(int increment) |
int |
compareTo(java.lang.Object o) |
static Int96 |
fromBytes(byte[] b) |
byte[] |
toBytes() |
public static final Int96 ZERO