1 | static <A> L<A> childrenOfType(Component c, Class<A> theClass) { |
2 | new L<A> l; |
3 | scanForComponents(c, theClass, l); |
4 | ret l; |
5 | } |
6 | |
7 | static <A> L<A> nuLike childrenOfType(Class<A> theClass, Component c) { |
8 | ret childrenOfType(c, theClass); |
9 | } |
Began life as a copy of #1001636
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006619 |
Snippet name: | childrenOfType |
Eternal ID of this version: | #1006619/3 |
Text MD5: | d65e71e3aea9290a0dbd6cf0a5bb3023 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-13 23:59:30 |
Source code size: | 244 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 553 / 582 |
Version history: | 2 change(s) |
Referenced in: | [show references] |