Searched defs:hasCycle (Results 1 – 3 of 3) sorted by relevance
61 public static <N> boolean hasCycle(Graph<N> graph) { in hasCycle() method in Graphs87 public static boolean hasCycle(Network<?, ?> network) { in hasCycle() method in Graphs
60 public static <N> boolean hasCycle(Graph<N> graph) { in hasCycle() method in Graphs86 public static boolean hasCycle(Network<?, ?> network) { in hasCycle() method in Graphs
441 ANTLR3_BOOLEAN hasCycle; member