コード例 #1
0
 /** @see Graph#getEdge(Object, Object) */
 public E getEdge(V sourceVertex, V targetVertex) {
   return specifics.getEdge(sourceVertex, targetVertex);
 }