/** @see DirectedGraph#outDegreeOf(Object) */
 public int outDegreeOf(V vertex) {
   return specifics.outDegreeOf(vertex);
 }