setNext method

void setNext(
  1. DirectedEdge next
)

Implementation

void setNext(DirectedEdge next) {
  this.next = next;
}