1 | static Set<Pair<S>> ciPairSet(Collection<Pair<S>> l) { |
2 | Set<Pair<S>> set = ciPairSet(); |
3 | set.addAll(l); |
4 | ret set; |
5 | } |
6 | |
7 | static Set<Pair<S>> ciPairSet() { |
8 | ret new TreeSet(...); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012603 |
Snippet name: | ciPairSet - set of case-insensitve pairs - TODO |
Eternal ID of this version: | #1012603/1 |
Text MD5: | 1395a898b86f405d4f8509960a049986 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-07 16:42:57 |
Source code size: | 187 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 306 / 343 |
Referenced in: | [show references] |