Uses of Interface
com.google.common.graph.PredecessorsFunction
Packages that use PredecessorsFunction
-
Uses of PredecessorsFunction in com.google.common.graph
Subinterfaces of PredecessorsFunction in com.google.common.graphModifier and TypeInterfaceDescription(package private) interfaceBaseGraph<N>A non-public interface for the methods shared betweenGraphandValueGraph.interfaceGraph<N>An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.interfaceMutableGraph<N>A subinterface ofGraphwhich adds mutation methods.interfaceMutableNetwork<N,E> A subinterface ofNetworkwhich adds mutation methods.interfaceMutableValueGraph<N,V> A subinterface ofValueGraphwhich adds mutation methods.interfaceNetwork<N,E> An interface for graph-structured data, whose edges are unique objects.interfaceValueGraph<N,V> An interface for graph-structured data, whose edges have associated non-unique values.Classes in com.google.common.graph that implement PredecessorsFunctionModifier and TypeClassDescription(package private) classThis class provides a skeletal implementation ofBaseGraph.classThis class provides a skeletal implementation ofGraph.classAbstractNetwork<N,E> This class provides a skeletal implementation ofNetwork.classAbstractValueGraph<N,V> This class provides a skeletal implementation ofValueGraph.(package private) class(package private) classForwardingNetwork<N,E> A class to allowNetworkimplementations to be backed by a provided delegate.(package private) classForwardingValueGraph<N,V> A class to allowValueGraphimplementations to be backed by a provided delegate.private static classprivate static classprivate static classclassAGraphwhose elements and structural relationships will never change.final classImmutableNetwork<N,E> ANetworkwhose elements and structural relationships will never change.final classImmutableValueGraph<N,V> AValueGraphwhose elements and structural relationships will never change.(package private) final classStandard implementation ofMutableGraphthat supports both directed and undirected graphs.(package private) final classStandard implementation ofMutableNetworkthat supports both directed and undirected graphs.(package private) final classStandard implementation ofMutableValueGraphthat supports both directed and undirected graphs.(package private) classStandardNetwork<N,E> Standard implementation ofNetworkthat supports the options supplied byNetworkBuilder.(package private) classStandardValueGraph<N,V> Standard implementation ofValueGraphthat supports the options supplied byAbstractGraphBuilder.