GraphLab Project

graphlab.plugins.visualization.corebasics.basics
Class VertexCycleLengthComparator

java.lang.Object
  extended by graphlab.plugins.visualization.corebasics.basics.VertexCycleLengthComparator
All Implemented Interfaces:
java.util.Comparator

public class VertexCycleLengthComparator
extends java.lang.Object
implements java.util.Comparator

Author:
Rouzbeh Ebrahimi

Constructor Summary
VertexCycleLengthComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object 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

VertexCycleLengthComparator

public VertexCycleLengthComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator

GraphLab Project