Data type HashTableItem
access this type via: data.adt.HashTable (uses)
Transfer state type for hash table content.
Fields
char key[] The key associated with this hash table item.
Data value The value associated with this hash table item.