Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1029960 // addInFront - synonym of addFirst + containerAddFirst

JavaX fragment (include)

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: 165 / 207
Version history: 2 change(s)
Referenced in: [show references]