Exemplo n.º 1
0
 public int indegree(int x) {
   NodeIterator iterator = advanceIterator(x);
   return iterator.indegree();
 }