Not thread safe
(key K)
| 40 | GetValues() []V // Not thread safe |
| 41 | Set(key K, value V) // Not thread safe |
| 42 | Get(key K) (V, bool) // Not thread safe |
| 43 | GetNoCheck(key K) V // Not thread safe |
| 44 | Remove(key K) // Not thread safe |
| 45 | Present(key K) bool // Not thread safe |
no outgoing calls