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

6
LINES

< > BotCompany Repo | #1025580 // allKeysAreInSet

JavaX fragment (include)

sbool allKeysAreInSet(Map map, Set set) {
  for (O key : keys(map))
    if (!contains(set, key))
      false;
  true;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025580
Snippet name: allKeysAreInSet
Eternal ID of this version: #1025580/1
Text MD5: aa0b69e95176d1c2e10e325a9b6d2269
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-05 16:18:02
Source code size: 124 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 199 / 241
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)