|
|||||||||
| Home >> All >> net >> bonzoun >> [ cocodonkey overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.bonzoun.cocodonkey
Class GenericItem.MyComparator

java.lang.Objectnet.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
- extends java.lang.Object
| 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:
equalsin interfacejava.util.Comparator
|
|||||||||
| Home >> All >> net >> bonzoun >> [ cocodonkey overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
net.bonzoun.cocodonkey.GenericItem.MyComparator