Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.bonzoun.cocodonkey
Class GenericItem.MyComparator  view GenericItem.MyComparator download GenericItem.MyComparator.java

java.lang.Object
  extended bynet.bonzoun.cocodonkey.GenericItem.MyComparator
All Implemented Interfaces:
java.util.Comparator
Direct Known Subclasses:
DownloadItem.CompareDownloaded, DownloadItem.ComparePercent, DownloadItem.CompareRate, GenericItem.CompareName, GenericItem.CompareNbClients, GenericItem.CompareSize
Enclosing class:
GenericItem

public abstract static class GenericItem.MyComparator
extends java.lang.Object
implements java.util.Comparator


Constructor Summary
GenericItem.MyComparator()
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Return true if the object is equal to this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
compare
 

Constructor Detail

GenericItem.MyComparator

public GenericItem.MyComparator()
Method Detail

equals

public boolean equals(java.lang.Object o)
Description copied from interface: java.util.Comparator
Return true if the object is equal to this object. To be considered equal, the argument object must satisfy the constraints of Object.equals(), be a Comparator, and impose the same ordering as this Comparator. The default implementation inherited from Object is usually adequate.

Specified by:
equals in interface java.util.Comparator