I am guessing that only what is required to be public is as to both maximize our flexibility in maintenance and minimize the public API surface to support.
We could make it public if we are sure the API is documented and the code isbas good as we can reasonably make it. Gary On Mon, Apr 17, 2023, 11:48 Claude Warren <cla...@xenei.com> wrote: > I was looking at the Trie and PatriciaTree class structure from version 4.5 > over the weekend. I wanted to build a different implementation with slight > modifications. However, there does not seem to be a way to inherit from > AbstractPatriciaTrie as it is package protected. Was this intentional or > just an oversight because there was only one concrete implementation > provided? > > -- > LinkedIn: http://www.linkedin.com/in/claudewarren >