Class Int128


  • public class Int128
    extends Object
    • Constructor Detail

      • Int128

        public Int128​(long hi,
                      long lo)
    • Method Detail

      • asString

        public String asString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromString

        public static Int128 fromString​(String str)
      • compareTo

        public int compareTo​(Int128 other)
      • getHi

        public long getHi()
      • getLo

        public long getLo()