get method

Edge get(
  1. int i
)

Implementation

Edge get(int i) {
  return edges[i];
}