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

7
LINES

< > BotCompany Repo | #1017832 // canPutAllStrictlyIC - return true if all values can be put strictly (not overwriting anything)

JavaX fragment (include)

static <A> bool canPutAllStrictlyIC(Map<A, S> map, Map<A, S> map2) {
  for (A key, S value : unnull(map2)) {
    if (!canPutStrictlyIC(map, key, value))
      false;
  }
  true;
}

Author comment

Began life as a copy of #1017589

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017832
Snippet name: canPutAllStrictlyIC - return true if all values can be put strictly (not overwriting anything)
Eternal ID of this version: #1017832/3
Text MD5: 2bd2499c41149395e33a4c083433768b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-15 15:57:34
Source code size: 185 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 258 / 295
Version history: 2 change(s)
Referenced in: [show references]