static <A> StringTrie<A> ciStringTrie() { new StringTrie<A> trie; trie.makeCaseInsensitive(); ret trie; }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030161 |
| Snippet name: | ciStringTrie - case-insensitive StringTrie |
| Eternal ID of this version: | #1030161/1 |
| Text MD5: | b7299252bfe8e3dca11a41b871dd4787 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-11 21:28:51 |
| Source code size: | 115 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 436 / 481 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030172 - ciListTrie - case-insensitive ListTrie |