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

3
LINES

< > BotCompany Repo | #1015453 // containsKey

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (28L/1K).

1  
static <A, B> bool containsKey(Map<A, B> map, A key) {
2  
  ret map != null && map.containsKey(key);
3  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015453
Snippet name: containsKey
Eternal ID of this version: #1015453/2
Text MD5: 141bd71e4f30d9b837953424cbaa55a6
Transpilation MD5: 9f66e54febc947846424605c0051f26f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-14 14:32:16
Source code size: 101 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 377 / 485
Version history: 1 change(s)
Referenced in: [show references]