1 | static int compareIgnoreCase(S a, S b) {
|
2 | ret a == null ? (b == null ? 0 : -1) : |
3 | b == null ? 1 : a.compareToIgnoreCase(b); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004962 |
| Snippet name: | compareIgnoreCase |
| Eternal ID of this version: | #1004962/3 |
| Text MD5: | 1072fff4ea978bdbb1dc326e3758c699 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-18 17:01:04 |
| Source code size: | 132 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 789 / 824 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |