Class Pointer.IntPointer

  • Enclosing class:
    Pointer

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

      Fields 
      Modifier and Type Field Description
      int v  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntPointer​(int v)  
    • Method Summary

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

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

      • v

        public int v
    • Constructor Detail

      • IntPointer

        public IntPointer​(int v)
    • Method Detail