getNextMin method

DirectedEdge getNextMin()

Implementation

DirectedEdge getNextMin() {
  return nextMin;
}