bicliqueviz
Class CommunityComparer

java.lang.Object
  extended by bicliqueviz.CommunityComparer
All Implemented Interfaces:
java.util.Comparator<Community>

public class CommunityComparer
extends java.lang.Object
implements java.util.Comparator<Community>

Comparer for communities

Author:
Martin Schwartz

Constructor Summary
CommunityComparer()
           
 
Method Summary
 int compare(Community obj1, Community obj2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

CommunityComparer

public CommunityComparer()
Method Detail

compare

public int compare(Community obj1,
                   Community obj2)
Specified by:
compare in interface java.util.Comparator<Community>