|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dataStructures.Edge | +--dataStructures.ComparableEdge
Constructor Summary | |
ComparableEdge(int theVertex1,
int theVertex2,
java.lang.Comparable theWeight)
|
Method Summary | |
int |
compareTo(java.lang.Object x)
|
boolean |
equals(java.lang.Object x)
|
Methods inherited from class dataStructures.Edge |
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ComparableEdge(int theVertex1, int theVertex2, java.lang.Comparable theWeight)
Method Detail |
public int compareTo(java.lang.Object x)
public boolean equals(java.lang.Object x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |