|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.util.DistanceNodeComparator
public class DistanceNodeComparator
This class implements a Comparator
to compare instances of
DistanceNode
.
Constructor Summary | |
---|---|
DistanceNodeComparator()
|
Method Summary | |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares two DistanceNode . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public DistanceNodeComparator()
Method Detail |
---|
public int compare(java.lang.Object o1, java.lang.Object o2)
DistanceNode
.
compare
in interface java.util.Comparator
o1
- Object representing a DistanceNodeo2
- Object representing a DistanceNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |