getEdgeIterator method

Iterator getEdgeIterator()

Implementation

Iterator getEdgeIterator() {
  return edges.iterator;
}