|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Key
This interface defines the protocol for a key used to uniqely identify resources.
| 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. |
| Method Detail |
|---|
boolean equals(java.lang.Object anObject)
equals in class java.lang.ObjectanObject - the object being tested for equality.
true if the two keys are equal, false otherwise.int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||