com.aelitis.azureus.ui.common.table.impl
Class TableRowCoreSorter

java.lang.Object
  extended by com.aelitis.azureus.ui.common.table.impl.TableRowCoreSorter
All Implemented Interfaces:
java.util.Comparator<TableRowCore>

public class TableRowCoreSorter
extends java.lang.Object
implements java.util.Comparator<TableRowCore>


Constructor Summary
TableRowCoreSorter()
           
 
Method Summary
 int compare(TableRowCore o1, TableRowCore o2)
           
 
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

TableRowCoreSorter

public TableRowCoreSorter()
Method Detail

compare

public int compare(TableRowCore o1,
                   TableRowCore o2)
Specified by:
compare in interface java.util.Comparator<TableRowCore>