static <A> A syncGet(L<A> l, int idx) { if (l == null || idx < 0) null; synchronized(l) { ret idx < l(l) ? l.get(idx) : null; } } static <A, B> B syncGet(Map<A, B> map, A a) { if (map == null) null; synchronized(map) { ret map.get(a); } }
Began life as a copy of #1003807
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