get method

V? get(
  1. Node key
)
inherited

Implementation

V? get(K key) {
  doAutoPurge();
  return _map[key];
}