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.

headMap #12

Description

@pgomulka

I can't really get the idea how should headMap function works
PatriciaTrie pt = new PatriciaTrie();
pt.put("AA","1");
pt.put("AAB","2");
pt.put("AAC","3");
SortedMap aac = pt.headMap("AAC");
Collection values = aac.values(); => 1, 2

should it just be 1 ?

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