static <A> MultiSet<A> sortedMultiSet(Comparator<A> cmp default null) { ret treeMultiSet(cmp); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032788 |
| Snippet name: | sortedMultiSet - synonym of treeMultiSet |
| Eternal ID of this version: | #1032788/2 |
| Text MD5: | 1e98d5fa78b83497a511652496616396 |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 15:15:08 |
| Source code size: | 100 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 360 / 395 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |