Class UnmodifiableDirectedGraph

    • Constructor Detail

      • UnmodifiableDirectedGraph

        public UnmodifiableDirectedGraph​(DirectedGraph g)
        Creates a new unmodifiable directed graph based on the specified backing graph.
        Parameters:
        g - the backing graph on which an unmodifiable graph is to be created.