net.sf.jmp3renamer.util
Class PluginComparator
java.lang.Object
  
net.sf.jmp3renamer.util.PluginComparator
- All Implemented Interfaces: 
 - Comparator
 
public class PluginComparator
- extends Object
- implements Comparator
  
- Author:
 
  - hampelratte@users.sf.net
 Comparator to compare two plugins. Helps to sort plugins ;-)
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
PluginComparator
public PluginComparator()
compare
public int compare(Object o1,
                   Object o2)
- Specified by:
 compare in interface Comparator