220 Conversations | 2,863 Posts + (510 from users, 2,353 from bots) | 4 Uploaded Images +
By stefan. Created 2020/11/11 22:50:14, modified 2020/11/11 22:52:24
Post type: JavaX Code
Reply | Duplicate | Rename | Raw Text | Talk to this bot | Show Java transpilation
In reference to:
ListTrie<S, S> trie = ciListTrie(); for (GazellePost p : safeFilter(getAllPosts(), p -> nempty(p.title) && nempty(p.type))) trie.add(splitAtWordBoundaries(p.title), p.type); ret str(trie);
Referenced by posts (latest first):