|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.common.Safe
public class Safe
| Constructor Summary | |
|---|---|
Safe()
|
|
| Method Summary | |
|---|---|
static boolean |
equals(java.lang.Object o1,
java.lang.Object o2)
Returns true if one of the following conditions is satisfied: o1 and o2 are both null o1 and o2 are not null and the invocation of the equals method on o1 with o2 as argument returns true
|
static int |
hashCode(java.lang.Object o)
Returns the object's hash code if the object is not null otherwise return zero. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Safe()
| Method Detail |
|---|
public static boolean equals(java.lang.Object o1,
java.lang.Object o2)
equals method on o1 with o2 as argument returns true
o1 - the first objecto2 - the second object
public static int hashCode(java.lang.Object o)
o - the object to get the hashcode from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||