1 | static L<Method> filterMethodsByParameterCount(Collection<Method> l, final int count) {
|
2 | ret [Method m : l | l(m.getParameterTypes()) == count]; |
3 | } |
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: | #1010202 |
| Snippet name: | filterMethodsByParameterCount |
| Eternal ID of this version: | #1010202/1 |
| Text MD5: | 6c2c4a51f11be307c2d53657bf7dcef7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-06 17:51:29 |
| Source code size: | 149 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 679 / 674 |
| Referenced in: | [show references] |