Class Pointer.LongPointer

  • Enclosing class:
    Pointer

    public static class Pointer.LongPointer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long v  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongPointer​(long v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Pointer.LongPointer map​(java.util.function.LongUnaryOperator function)  
      • Methods inherited from class java.lang.Object

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

      • v

        public long v
    • Constructor Detail

      • LongPointer

        public LongPointer​(long v)