public class LinkNode extends Object
LinkNode(int from, int to)
int
getFrom()
getTo()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LinkNode(int from, int to)
public int getFrom()
public int getTo()