Esempio n. 1
0
 Set<E> edgesOf(V vertex) {
   return graph.edgesOf(vertex);
 }