Set<E> edgesOf(V vertex) {
   return graph.edgesOf(vertex);
 }