shared
Class GraphMap.ArrayCmp

java.lang.Object
  |
  +--shared.GraphMap.ArrayCmp
Enclosing class:
GraphMap

protected class GraphMap.ArrayCmp
extends java.lang.Object
implements SortFunction


Constructor Summary
protected GraphMap.ArrayCmp()
           
 
Method Summary
 boolean is_less_than(java.lang.Object num1, java.lang.Object num2)
          The comparison method used for sorting functions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphMap.ArrayCmp

protected GraphMap.ArrayCmp()
Method Detail

is_less_than

public boolean is_less_than(java.lang.Object num1,
                            java.lang.Object num2)
Description copied from interface: SortFunction
The comparison method used for sorting functions.
Specified by:
is_less_than in interface SortFunction
Tags copied from interface: SortFunction
Parameters:
num1 - The first object compared.
num2 - The second object compared.
Returns:
TRUE if num1 "is less than" num2 in priority.