| InternalReadWhile(TKey, TValue, TKey) | Reads the next key and value from the node while the key is less than the upper bounds and advances the cursor. |
| InternalReadWhile(TKey, TValue, TKey, MatchFilterBaseTKey, TValue) | Reads the next key and value from the node while applying a filter and the key is less than the upper bounds, and advances the cursor. |