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) class
ForwardingNetwork<N,
E> A class to allowNetwork
implementations to be backed by a provided delegate.private static class
final class
ImmutableNetwork<N,
E> ANetwork
whose elements and structural relationships will never change.(package private) final class
Standard implementation ofMutableNetwork
that supports both directed and undirected graphs.(package private) class
StandardNetwork<N,
E> Standard implementation ofNetwork
that supports the options supplied byNetworkBuilder
.