static int len(O[] array) { return array == null ? 0 : array.length; } static int len(L list) { return list == null ? 0 : list.size(); } static int len(S s) { ret s == null ? 0 : s.length(); }
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: | #1001516 |
| Snippet name: | len (synonym of length) |
| Eternal ID of this version: | #1001516/1 |
| Text MD5: | c391f9bfacf2ca40623f428019d1abcc |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-21 19:46:25 |
| Source code size: | 211 bytes / 11 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 956 / 1560 |
| Referenced in: | [show references] |