getNext method

DirectedEdge getNext()

Implementation

DirectedEdge getNext() {
  return next;
}