Uses 735K of libraries. Click here for Pure Java version (34L/1K).
1 | lib 1400239 // commons collections4 |
2 | import org.apache.commons.collections4.trie.PatriciaTrie; |
3 | |
4 | static <A> PatriciaTrie<A> patriciaTree() {
|
5 | ret new PatriciaTrie; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030150 |
| Snippet name: | patriciaTrie |
| Eternal ID of this version: | #1030150/2 |
| Text MD5: | ec91ca7972ec3ee950e4a47fbb099218 |
| Transpilation MD5: | f8e073311de649fd2ff94697cf4c2a87 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-11 15:13:39 |
| Source code size: | 169 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 401 / 546 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |