1 | static <A extends Collection> A assertSize(int n, A real) {
|
2 | assertEquals(n, l(real)); |
3 | ret real; |
4 | } |
Began life as a copy of #1011426
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: | #1011471 |
| Snippet name: | assertSize - assert collection size |
| Eternal ID of this version: | #1011471/1 |
| Text MD5: | 740a098a6994d73242c8a5d4c21f783d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-29 23:18:58 |
| Source code size: | 104 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 656 / 672 |
| Referenced in: | [show references] |