Class Int128
- java.lang.Object
-
- com.networknt.tram.message.common.Int128
-
public class Int128 extends Object
-
-
Constructor Summary
Constructors Constructor Description Int128(long hi, long lo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()intcompareTo(Int128 other)booleanequals(Object o)static Int128fromString(String str)longgetHi()longgetLo()inthashCode()StringtoString()
-