Class Pointer.DoublePointer

  • Enclosing class:
    Pointer

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

      Fields 
      Modifier and Type Field Description
      double v  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoublePointer​(double v)  
    • Method Summary

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

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

      • v

        public double v
    • Constructor Detail

      • DoublePointer

        public DoublePointer​(double v)