1 | static LS sortedAlphanumIC(Collection<S> c) { |
2 | L<S> l = cloneList(c); |
3 | Collections.sort(l, alphaNumComparatorIC()); |
4 | ret l; |
5 | } |
Began life as a copy of #1004961
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024967 |
Snippet name: | sortedAlphanumIC |
Eternal ID of this version: | #1024967/1 |
Text MD5: | 205aab6fb1df3dfd6ba22c842dacb1aa |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-31 20:58:36 |
Source code size: | 134 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 212 / 261 |
Referenced in: | [show references] |