static <A> L<A> childrenOfType(Component c, Class<A> theClass) { new L<A> l; scanForComponents(c, theClass, l); ret l; } static <A> L<A> nuLike childrenOfType(Class<A> theClass, Component c) { ret childrenOfType(c, theClass); }
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: | 551 / 580 |
Version history: | 2 change(s) |
Referenced in: | [show references] |