Interface Node

    • Method Detail

      • getNext

        Node getNext()
        Gets the next node.
        Returns:
        the next node
      • getPrevious

        Node getPrevious()
        Gets the previous node.
        Returns:
        the previous node
      • getHash

        long getHash()
        Gets the hash value of the node.
        Returns:
        the hash value