static <A, B> B mapGet(Map<A, B> map, A a) { ret map == null || a == null ? null : map.get(a); } static <A, B> B mapMethodLike mapGet(A a, Map<A, B> map) { ret map == null || a == null ? null : map.get(a); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment