You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
Specially I am concerned about the order of prefixMap() method. Does it go over all entries from the beginning to find the matching entries or does it jump to the matching entry and then do a traverse from there?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What's the order of these operations?
public SortedMap<K, V> prefixMap(K prefix)
public Map.Entry<K, V> select(K key)
Specially I am concerned about the order of prefixMap() method. Does it go over all entries from the beginning to find the matching entries or does it jump to the matching entry and then do a traverse from there?
The text was updated successfully, but these errors were encountered: