setNextMin method

void setNextMin(
  1. DirectedEdge nextMin
)

Implementation

void setNextMin(DirectedEdge nextMin) {
  this.nextMin = nextMin;
}