getByKey method
V
getByKey(
- K key
Retrieves the value associated with the specified key.
Implementation
V getByKey(K key) {
return values[_indizes[key]!];
}
Retrieves the value associated with the specified key.
V getByKey(K key) {
return values[_indizes[key]!];
}