bicliqueviz
Class NumberPairComparer

java.lang.Object
  extended by bicliqueviz.NumberPairComparer
All Implemented Interfaces:
java.util.Comparator<NumberPair>

public class NumberPairComparer
extends java.lang.Object
implements java.util.Comparator<NumberPair>

Number pair comparer

Author:
the1schwartz

Constructor Summary
NumberPairComparer()
           
 
Method Summary
 int compare(NumberPair obj1, NumberPair 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

NumberPairComparer

public NumberPairComparer()
Method Detail

compare

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