Uses of Class
com.google.common.graph.EndpointPairIterator
Packages that use EndpointPairIterator
-
Uses of EndpointPairIterator in com.google.common.graph
Subclasses of EndpointPairIterator in com.google.common.graphModifier and TypeClassDescriptionprivate static final class
If the graph is directed, each ordered [source, target] pair will be visited once if there is an edge connecting them.private static final class
If the graph is undirected, each unordered [node, otherNode] pair (except self-loops) will be visited twice if there is an edge connecting them.Methods in com.google.common.graph that return EndpointPairIterator