| ReadWhileCatchAll(TKey, TValue, TKey) | Reads key-value pairs in the node while the key is less than the upper bounds, handling various cases and advancing the cursor. |
| ReadWhileCatchAll(TKey, TValue, TKey, MatchFilterBaseTKey, TValue) | Reads key-value pairs in the node while the key is less than the upper bounds, applying an optional filter, and advancing the cursor. |