|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEdgeComparator
public class EdgeComparator
Constructor Summary | |
---|---|
EdgeComparator()
|
|
EdgeComparator(int[][] edges,
double[] scores)
|
Method Summary | |
---|---|
int |
compare(int[] edge1,
int[] edge2)
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Comparator |
---|
equals |
Constructor Detail |
---|
public EdgeComparator()
public EdgeComparator(int[][] edges, double[] scores)
Method Detail |
---|
public int compare(int[] edge1, int[] edge2)
compare
in interface Comparator<int[]>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |