Uses of Interface
com.google.common.graph.SuccessorsFunction
Packages that use SuccessorsFunction
Package
Description
An API for representing graph (node and edge) data.
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
Uses of SuccessorsFunction in com.google.common.graph
Subinterfaces of SuccessorsFunction 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 SuccessorsFunctionModifier 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.Fields in com.google.common.graph declared as SuccessorsFunctionModifier and TypeFieldDescriptionprivate final SuccessorsFunction<N> Traverser.successorFunction(package private) final SuccessorsFunction<N> Traverser.Traversal.successorFunctionMethods in com.google.common.graph with parameters of type SuccessorsFunctionModifier and TypeMethodDescriptionstatic <N> Traverser<N> Traverser.forGraph(SuccessorsFunction<N> graph) Creates a new traverser for the given generalgraph.static <N> Traverser<N> Traverser.forTree(SuccessorsFunction<N> tree) Creates a new traverser for a directed acyclic graph that has at most one path from the start node(s) to any node reachable from the start node(s), and has no paths from any start node to any other start node, such as a tree or forest.(package private) static <N> Traverser.Traversal<N> Traverser.Traversal.inGraph(SuccessorsFunction<N> graph) (package private) static <N> Traverser.Traversal<N> Traverser.Traversal.inTree(SuccessorsFunction<N> tree) Constructors in com.google.common.graph with parameters of type SuccessorsFunctionModifierConstructorDescription(package private)Traversal(SuccessorsFunction<N> successorFunction) privateTraverser(SuccessorsFunction<N> successorFunction) -
Uses of SuccessorsFunction in com.google.common.io
Fields in com.google.common.io declared as SuccessorsFunction