public class Edge<V> extends Object
Edge(V from, V to)
boolean
equals(Object o)
V
getFrom()
getTo()
double
getWeight()
int
hashCode()
void
setFrom(V from)
setTo(V to)
setWeight(double weight)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Edge(V from, V to)
public V getFrom()
public void setFrom(V from)
public V getTo()
public void setTo(V to)
public double getWeight()
public void setWeight(double weight)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2020. All rights reserved.