static <A> int lengthLevel2(Collection<? extends Collection> l) { int sum = 0; for (Collection c : l) sum += l(c); ret sum; }
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: | #1008788 |
| Snippet name: | lengthLevel2 - recursive length of collection of collections |
| Eternal ID of this version: | #1008788/1 |
| Text MD5: | e5135bbda1f6cbeead907aff6cd736da |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-06 08:57:38 |
| Source code size: | 135 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 839 / 892 |
| Referenced in: | [show references] |