Interface GraphNode<N,​E>

    • Method Detail

      • getValue

        N getValue()
        Retrieves the node's value.
        Returns:
        The value.