static void add(BitSet bs, int i) { bs.set(i); } static <A> bool add(Collection<A> c, A a) { ret c != null && c.add(a); } ifndef Android static void add(Container c, Component x) { addToContainer(c, x); } endifndef
download show line numbers debug dex
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz
No comments. add comment
Snippet ID: | #1014725 |
Snippet name: | add - add Component to Container, add element to collection, set bit in BitSet |
Eternal ID of this version: | #1014725/5 |
Text MD5: | 4b88b2166ba03d3cb94abea69570b63a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-24 14:04:08 |
Source code size: | 234 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 264 / 697 |
Version history: | 4 change(s) |
Referenced in: | [show references] |
Formerly at http://tinybrain.de/1014725 & http://1014725.tinybrain.de