LinearProbingHashSTKey, ValueGet Method |
Returns the value associated with the specified key.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object Get(
Key key
)
Parameters
- key
- Type: Key
the key
Return Value
Type:
Objectthe value associated with
key;
null if no such value
Exceptions
See Also