1 | static <A> void addInFront(L<A> c, A a) {
|
2 | addFirst(c, a); |
3 | } |
4 | |
5 | svoid addInFront(Container c, Component... l) {
|
6 | containerAddFirst(c, l); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029960 |
| Snippet name: | addInFront - synonym of addFirst + containerAddFirst |
| Eternal ID of this version: | #1029960/3 |
| Text MD5: | 48f1f13225d159c3de730443365d0f98 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-07 16:21:36 |
| Source code size: | 145 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 572 / 620 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |