Class PointerMath


  • public class PointerMath
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean bits32  
    • Constructor Summary

      Constructors 
      Constructor Description
      PointerMath()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long add​(long ptr, long n)  
      • Methods inherited from class java.lang.Object

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

      • bits32

        private static final boolean bits32
    • Constructor Detail

      • PointerMath

        public PointerMath()
    • Method Detail

      • add

        public static final long add​(long ptr,
                                     long n)