public class WeightedEdge<T> extends Object
WeightedEdge(T data, Double weight)
boolean
equals(Object obj)
T
getData()
Double
getWeight()
int
hashCode()
void
setData(T data)
setWeight(Double weight)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public WeightedEdge(T data, Double weight)
public final Double getWeight()
public final void setWeight(Double weight)
public final T getData()
public final void setData(T data)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2012. All Rights Reserved.