FindKey (Kernel)¶
-
FindKey
(list key)¶ Finds the node with the specified key in list and returns it.
Parameters: - list (k_list) – A list.
- key (number) – A key associated with a node.
Returns: The node with the specified key, or NULL if it can not be found.
See also:
AddToFront()
,AddToEnd()
,AddAfter()
,DeleteKey()
.