Since a trie is traditionally used with strings, this is not surprising to me. What kind of key are you wanting to use?
Gary On Wed, Aug 3, 2022, 08:16 Willi Schönborn <w.schoenb...@gmail.com> wrote: > I was trying to see whether I could use AbstractPatriciaTrie to create a > trie for non-String keys. > Especially the existence of the KeyAnalyzer type suggested that I could do > this. > But the AbstractPatriciaTrie is package-private and not exposed. > Was that a conscious decision? >