1 | sbool allKeysAreInSet(Map map, Set set) { |
2 | for (O key : keys(map)) |
3 | if (!contains(set, key)) |
4 | false; |
5 | true; |
6 | } |
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: | 292 / 334 |
Referenced in: | [show references] |