ca.quine.jcommons.sourceexporter
Class MethodNameComparator

java.lang.Object
  |
  +--ca.quine.jcommons.sourceexporter.MethodNameComparator
All Implemented Interfaces:
Comparator

public class MethodNameComparator
extends Object
implements Comparator

Compares two Method objects by their names. This code is currently unused.


Constructor Summary
MethodNameComparator()
           
 
Method Summary
 int compare(Object arg0, Object arg1)
           
 
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

MethodNameComparator

public MethodNameComparator()
Method Detail

compare

public int compare(Object arg0,
                   Object arg1)
Specified by:
compare in interface Comparator