org.gudy.azureus2.ui.console.commands
Class IConsoleCommand.TorrentComparator

java.lang.Object
  extended by org.gudy.azureus2.ui.console.commands.IConsoleCommand.TorrentComparator
All Implemented Interfaces:
Comparator<DownloadManager>
Enclosing class:
IConsoleCommand

protected static final class IConsoleCommand.TorrentComparator
extends Object
implements Comparator<DownloadManager>


Constructor Summary
protected IConsoleCommand.TorrentComparator()
           
 
Method Summary
 int compare(DownloadManager aDL, DownloadManager bDL)
           
 
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

IConsoleCommand.TorrentComparator

protected IConsoleCommand.TorrentComparator()
Method Detail

compare

public final int compare(DownloadManager aDL,
                         DownloadManager bDL)
Specified by:
compare in interface Comparator<DownloadManager>