Returns the value associated with the given key in this symbol table. @param key the key @return the value associated with the given key if the key is in this symbol table; null if the key is not in this symbol table @throws IllegalArgumentException if key is null
(Key key)