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

headMap #12

Open
pgomulka opened this issue Apr 10, 2015 · 0 comments
Open

headMap #12

pgomulka opened this issue Apr 10, 2015 · 0 comments

Comments

@pgomulka
Copy link

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 ?

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