GraphLab Project

graphlab.library.test
Class TestMatrixGraph.BaseEdgeWeightComparator

java.lang.Object
  extended by graphlab.library.test.TestMatrixGraph.BaseEdgeWeightComparator
All Implemented Interfaces:
java.util.Comparator<BaseEdge<BaseVertex>>
Enclosing class:
TestMatrixGraph

public static class TestMatrixGraph.BaseEdgeWeightComparator
extends java.lang.Object
implements java.util.Comparator<BaseEdge<BaseVertex>>


Constructor Summary
TestMatrixGraph.BaseEdgeWeightComparator()
           
 
Method Summary
 int compare(BaseEdge<BaseVertex> o1, BaseEdge<BaseVertex> 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

TestMatrixGraph.BaseEdgeWeightComparator

public TestMatrixGraph.BaseEdgeWeightComparator()
Method Detail

compare

public int compare(BaseEdge<BaseVertex> o1,
                   BaseEdge<BaseVertex> o2)
Specified by:
compare in interface java.util.Comparator<BaseEdge<BaseVertex>>

GraphLab Project