Uses of Class
com.google.common.graph.AbstractNetwork
Packages that use AbstractNetwork
-
Uses of AbstractNetwork in com.google.common.graph
Subclasses of AbstractNetwork in com.google.common.graphModifier and TypeClassDescription(package private) classForwardingNetwork<N,E> A class to allowNetworkimplementations to be backed by a provided delegate.private static classfinal classImmutableNetwork<N,E> ANetworkwhose elements and structural relationships will never change.(package private) final classStandard implementation ofMutableNetworkthat supports both directed and undirected graphs.(package private) classStandardNetwork<N,E> Standard implementation ofNetworkthat supports the options supplied byNetworkBuilder.