get abstract method

V? get(
  1. K key
)

return the element identified by key or null if the key is not found.

Implementation

V? get(K key);