Retrieves the value at the specified index.
bool contains(K key) { return _indizes.containsKey(key); }