Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1030172 // ciListTrie - case-insensitive ListTrie

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3018L/19K).

static <B> ListTrie<S, B> ciListTrie() {
  ret new ListTrie<S, B>(ciComparator());
}

Author comment

Began life as a copy of #1030161

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030172
Snippet name: ciListTrie - case-insensitive ListTrie
Eternal ID of this version: #1030172/2
Text MD5: c71c6cdd7e828d3a9eb4eada446bc7ae
Transpilation MD5: 9b826692bd3ed79bc51e2db2db0435de
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-11 23:49:18
Source code size: 86 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 97 / 135
Version history: 1 change(s)
Referenced in: [show references]