Takao Nakaguchi
Takao Nakaguchi
There is no method for removing elements from Trie. You still can implement remove function by treating null value as delete flag.
moved to Java11 (next LTS release to Java8, that has the module support) and added module-info.java. https://github.com/takawitter/trie4j/commit/e47f68265eeb32614751dc01fbd03ff872d66cbd
Several distributions have LTS versions. For example, Temurin provides Java8 LTS at least Nov 2026. We can still start a new major version, such as 0.10.0, that uses the newest...
I misunderstood the problem. I updated the Java to 8 and push it to main branch.
Now we have two active branches. * 0.9.x - for 0.9.x versions that target Java7 * main - for 1.0.x and further versions that target Java8 or newer.