|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
This class provides a HashFunction interface that encapsulates a function that creates a HashCoord from a key object.
To implement a HashFunction, the programmer needs to implement this interface and define hash(Object).
This class is called by the hash(Object) method of POD.
HashMap,
POD,
HashStatsListener,
HashCoord| Method Summary | |
HashCoord |
hash(java.lang.Object key)
Returns a HashCoord corresponding to the given key object. |
| Method Detail |
public HashCoord hash(java.lang.Object key)
key - the key to process.
|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||