Home
last modified time | relevance | path

Searched defs:transitiveClosure (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/graph/
DGraphs.java152 public static <N> Graph<N> transitiveClosure(Graph<N> graph) { in transitiveClosure() method in Graphs
153 MutableGraph<N> transitiveClosure = GraphBuilder.from(graph).allowsSelfLoops(true).build(); in transitiveClosure() local
/external/guava/android/guava/src/com/google/common/graph/
DGraphs.java151 public static <N> Graph<N> transitiveClosure(Graph<N> graph) { in transitiveClosure() method in Graphs
152 MutableGraph<N> transitiveClosure = GraphBuilder.from(graph).allowsSelfLoops(true).build(); in transitiveClosure() local