Class Pointer.GenericPointer<G>

  • Enclosing class:
    Pointer

    public static class Pointer.GenericPointer<G>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      G v  
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericPointer​(G v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Pointer.GenericPointer<G> map​(java.util.function.UnaryOperator<G> function)  
      • Methods inherited from class java.lang.Object

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

      • v

        public G v
    • Constructor Detail

      • GenericPointer

        public GenericPointer​(G v)