|
|||||||||
| 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 ServerItem.MyComparator

java.lang.Objectnet.bonzoun.cocodonkey.ServerItem.MyComparator
- All Implemented Interfaces:
- java.util.Comparator
- Direct Known Subclasses:
- ServerItem.CompareIP, ServerItem.CompareN1, ServerItem.CompareN2, ServerItem.CompareName
- Enclosing class:
- ServerItem
- public abstract static class ServerItem.MyComparator
- extends java.lang.Object
- implements java.util.Comparator
- extends java.lang.Object
| Constructor Summary | |
ServerItem.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 |
ServerItem.MyComparator
public ServerItem.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.ServerItem.MyComparator