public class Edge extends Object
Edge(int from, int to)
int
getFrom()
getTo()
void
setFrom(int from)
setTo(int to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Edge(int from, int to)
public int getFrom()
public void setFrom(int from)
public int getTo()
public void setTo(int to)
Copyright © 2023 Bstek. All rights reserved.