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

What's the order of operations #8

Description

@danialfarid

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions