Class ImplementationNode

    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Node
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Node
      • copy

        public Node copy​(NodeId id)
        Description copied from class: Node
        Returns a copy of the node with a new ID.
        Specified by:
        copy in class Node
        Parameters:
        id - new ID of the node
        Returns:
        copy of the node with a new ID