Interface Pointer

    • Method Detail

      • getNumberOfEntries

        int getNumberOfEntries()
        Return the number of "things" that this pointer refers to.
        Returns:
        the number of "things" that this pointer refers to.
      • setNumberOfEntries

        void setNumberOfEntries​(int n)
        Set the number of "things" that the pointer refers to.
        Parameters:
        n - the number of "things" that the pointer refers to.
      • pointerToString

        @Deprecated
        java.lang.String pointerToString()
        Deprecated.
        Returns a textual representation of the pointer alone
      • setPointer

        void setPointer​(Pointer p)
        Sets the pointer within this object to that represented by the specified pointer.
        Parameters:
        p - other pointer to update the pointer in this object.