Searched refs:arcsByVertex (Results 1 – 1 of 1) sorted by relevance
1461 Arc[][] arcsByVertex = groupArcsByFirstVertex(arcs); in topologicalSort() local1468 for (Arc arc : arcsByVertex[loc]) { in topologicalSort()1487 for (int loc = 0, N = arcsByVertex.length; loc < N; loc++) { in topologicalSort()