static <A> void addInFront(L<A> c, A a) { addFirst(c, a); } svoid addInFront(Container c, Component... l) { containerAddFirst(c, l); }
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: | 252 / 288 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |