|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- type of object being hashed.public interface IHash<V>
Default interface for producing the slot within the hashtable for an element. Note that we can't use the default hashCode() method since that generates only the raw key() information.
Method Summary | |
---|---|
int |
hash(V v)
Compute the proper index into a hashtable. |
Method Detail |
---|
int hash(V v)
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |