|
|||||||||
| Home >> All >> javatools >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.util
Class Compare

java.lang.Objectjavatools.util.Compare
- public class Compare
- extends java.lang.Object
Such a preliminary class.
| Constructor Summary | |
Compare()
|
|
| Method Summary | |
static boolean |
eq(java.lang.Object o1,
java.lang.Object o2)
Equals object to object. |
static int |
hashOne(java.lang.Object o)
Returns the hash code for an object, or zero for a null object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Compare
public Compare()
| Method Detail |
eq
public static boolean eq(java.lang.Object o1, java.lang.Object o2)
- Equals object to object.
hashOne
public static int hashOne(java.lang.Object o)
- Returns the hash code for an object, or zero for a null object.
|
|||||||||
| Home >> All >> javatools >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javatools.util.Compare