Class UnmodifiableUndirectedGraph<V,​E>

    • Constructor Detail

      • UnmodifiableUndirectedGraph

        public UnmodifiableUndirectedGraph​(UndirectedGraph<V,​E> 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.