Class UnmodifiableUndirectedGraph

    • Constructor Detail

      • UnmodifiableUndirectedGraph

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