| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An extended implementation interface for caching hash values and for upating an entry that may be manufactured as a uninitialized instance by a factory. No client is expected to use this interface, other than to implement it in conjunction with a map implementation.
Method Summary | |
int | getHash()
Returns the hash code of the key. |
void | setHash(int hash)
Sets the hash code of the key. |
void | setKey(Object key)
Sets the key. |
Methods inherited from interface java.util.Map.Entry |
equals, getKey, getValue, hashCode, setValue |
Method Detail |
public void setKey(Object key)
public int getHash()
public void setHash(int hash)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |