get method

V? get(
  1. K k
)

Implementation

V? get(K k) {
  return value[k];
}