Class Pointer<P>

  • Type Parameters:
    P - the object type

    public final class Pointer<P>
    extends Object
    This class represents a simple pointer to an object.
    • Constructor Detail

      • Pointer

        public Pointer()
      • Pointer

        public Pointer​(P p)