Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

What's the order of operations #8

Open
danialfarid opened this issue Feb 19, 2014 · 0 comments
Open

What's the order of operations #8

danialfarid opened this issue Feb 19, 2014 · 0 comments

Comments

@danialfarid
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant