Click or drag to resize
SeparateChainingHashSTKey, ValueGet Method
Returns the value associated with the specified key in this symbol table.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Object Get(
	Key key
)

Parameters

key
Type: Key
the key

Return Value

Type: Object
the value associated with key in the symbol table; null if no such value
Exceptions
ExceptionCondition
ArgumentNullExceptionif key is null
See Also