HashMap.getNode

Implements Map.get and related methods

@param hash hash for key @param key the key @return the node, or null if none

class HashMap(K, V)
final
getNode
(
size_t hash
,
K key
)

Meta