Class AddressUtils


  • public class AddressUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AddressUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long unsignedAdd​(long a, long b)  
      static int unsignedCompare​(long v1, long v2)  
      static long unsignedSubtract​(long a, long b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddressUtils

        public AddressUtils()
    • Method Detail

      • unsignedCompare

        public static int unsignedCompare​(long v1,
                                          long v2)
      • unsignedSubtract

        public static long unsignedSubtract​(long a,
                                            long b)
      • unsignedAdd

        public static long unsignedAdd​(long a,
                                       long b)