LzoHashTable.get
uint get(uint index) constFetch the stored position for index.
Parameters
index | Hash table index. |
Returns
The stored position or 0xFFFFFFFF if empty.
uint get(uint index) constFetch the stored position for index.
index | Hash table index. |