コード例 #1
0
 /** @see DirectedGraph#inDegreeOf(Object) */
 public int inDegreeOf(V vertex) {
   return specifics.inDegreeOf(vertex);
 }