|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BasicEMap.Entry<K,V>
An extended implementation interface for caching hash values and for updating 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(K key)
Sets the key. |
Methods inherited from interface java.util.Map.Entry |
---|
equals, getKey, getValue, hashCode, setValue |
Method Detail |
---|
void setKey(K key)
key
- the key.int getHash()
void setHash(int hash)
hash
- the hash.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |