iterator method

Iterator iterator()

Implementation

Iterator iterator() {
  return edges.iterator;
}