public final class Edge extends Object
Edge(Node from, Node to)
boolean
equals(Object obj)
Node
getFrom()
getTo()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Edge(Node from, Node to)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public Node getFrom()
public Node getTo()
public String toString()
toString
Copyright © 1995-2015 Webtide. All Rights Reserved.