|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.servingxml.io.cache.DefaultKey
public final class DefaultKey
Implements a default Key
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object anObject)
Compares this key to the specified object. |
int |
hashCode()
Returns a hash code value for this key. |
static Key |
newInstance()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean equals(java.lang.Object anObject)
Key
equals in interface Keyequals in class java.lang.ObjectanObject - the object being tested for equality.
true if the two keys are equal, false otherwise.public int hashCode()
Key
hashCode in interface KeyhashCode in class java.lang.Objectpublic static Key newInstance()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||