setNext method

void setNext(
  1. VWVertex next
)

Implementation

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