|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.library.algorithms.spanningtree.Prim.DefaultEdgeComparator
public class Prim.DefaultEdgeComparator
Compares two edges of type EdgeType.
Constructor Summary | |
---|---|
Prim.DefaultEdgeComparator()
|
Method Summary | |
---|---|
int |
compare(EdgeType o1,
EdgeType o2)
|
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 Prim.DefaultEdgeComparator()
Method Detail |
---|
public int compare(EdgeType o1, EdgeType o2)
compare
in interface java.util.Comparator<EdgeType extends BaseEdge<VertexType>>
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |