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

15
LINES

< > BotCompany Repo | #1017016 // Test definitions_dropInvalidatedFromPairs (OK)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (7041L/51K).

!7

p-exp {
  for (S key : generalDefinitions_allKeys()) {
    L<Pair<S>> l = mechMultiMapPairsCI(generalDefinitions_listName()).get(key);
    L<Pair<S>> l2 = definitions_dropInvalidatedFromPairs(l);
    if (l(l2) != l(l)) {
      print(">> " + key);
      pnl(l);
      print("Filtered:");
      pnl(l2);
      print();
    }
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017016
Snippet name: Test definitions_dropInvalidatedFromPairs (OK)
Eternal ID of this version: #1017016/6
Text MD5: fb880d9aadec48047fb94ef641871f17
Transpilation MD5: 5ad8471927bb700f034fcab43d7321fd
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-10 17:06:56
Source code size: 346 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 369 / 791
Version history: 5 change(s)
Referenced in: [show references]