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

9
LINES

< > BotCompany Repo | #1021258 // ciMapWithoutKeysEqualToValues - uses eqic

JavaX fragment (include)

static SS ciMapWithoutKeysEqualToValues(SS map) {
  if (map == null) null;
  SS map2 = ciMap();
  for (S key, value : map) {
    if (!eqic(key, value))
      map2.put(key, value);
  }
  ret map2;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1021258
Snippet name: ciMapWithoutKeysEqualToValues - uses eqic
Eternal ID of this version: #1021258/2
Text MD5: 0b2405af1146d967fe0da3b177d15462
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-05 09:37:26
Source code size: 205 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 264 / 322
Version history: 1 change(s)
Referenced in: [show references]