Libraryless. Click here for Pure Java version (29L/1K).
1 | static <A, B> TreeMap<A, B> treeMap(Comparator<A> cmp default null) {
|
2 | ret cmp == null ? new TreeMap : new TreeMap(cmp); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012698 |
| Snippet name: | treeMap |
| Eternal ID of this version: | #1012698/3 |
| Text MD5: | 25211037b6d27e36056e64e1a7771ce7 |
| Transpilation MD5: | 840a3ae004c35b102d1acb01309ee614 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 15:16:39 |
| Source code size: | 125 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 822 / 973 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |