Пример #1
0
 /** @see Graph#getAllEdges(Object, Object) */
 public Set<E> getAllEdges(V sourceVertex, V targetVertex) {
   return specifics.getAllEdges(sourceVertex, targetVertex);
 }