public class Int128 extends Object
| Constructor and Description |
|---|
Int128(long hi,
long lo) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
int |
compareTo(Int128 other) |
boolean |
equals(Object o) |
static Int128 |
fromString(String str) |
long |
getHi() |
long |
getLo() |
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.