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) interface
BaseGraph<N>
A non-public interface for the methods shared betweenGraph
andValueGraph
.interface
Graph<N>
An interface for graph-structured data, whose edges are anonymous entities with no identity or information of their own.interface
MutableGraph<N>
A subinterface ofGraph
which adds mutation methods.interface
MutableNetwork<N,
E> A subinterface ofNetwork
which adds mutation methods.interface
MutableValueGraph<N,
V> A subinterface ofValueGraph
which adds mutation methods.interface
Network<N,
E> An interface for graph-structured data, whose edges are unique objects.interface
ValueGraph<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) class
This class provides a skeletal implementation ofBaseGraph
.class
This class provides a skeletal implementation ofGraph
.class
AbstractNetwork<N,
E> This class provides a skeletal implementation ofNetwork
.class
AbstractValueGraph<N,
V> This class provides a skeletal implementation ofValueGraph
.(package private) class
(package private) class
ForwardingNetwork<N,
E> A class to allowNetwork
implementations to be backed by a provided delegate.(package private) class
ForwardingValueGraph<N,
V> A class to allowValueGraph
implementations to be backed by a provided delegate.private static class
private static class
private static class
class
AGraph
whose elements and structural relationships will never change.final class
ImmutableNetwork<N,
E> ANetwork
whose elements and structural relationships will never change.final class
ImmutableValueGraph<N,
V> AValueGraph
whose elements and structural relationships will never change.(package private) final class
Standard implementation ofMutableGraph
that supports both directed and undirected graphs.(package private) final class
Standard implementation ofMutableNetwork
that supports both directed and undirected graphs.(package private) final class
Standard implementation ofMutableValueGraph
that supports both directed and undirected graphs.(package private) class
StandardNetwork<N,
E> Standard implementation ofNetwork
that supports the options supplied byNetworkBuilder
.(package private) class
StandardValueGraph<N,
V> Standard implementation ofValueGraph
that supports the options supplied byAbstractGraphBuilder
.