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

15
LINES

< > BotCompany Repo | #1009416 // PersistentLister TreeMap Test

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

Libraryless. Click here for Pure Java version (8011L/53K/179K).

!7

static Map<S, Long> map;

p {
  l_persistentLister();
  map = l_getTreeMap("German words with count");
  print("Map type: " + className(map));
  assertTrue(map << MapInConcept);
  print("Size: " + l(map));
  print("Words: " + sfu(map));
  sleepSeconds(2);
  longMultiSet_add(map, "Hallo");
  print("Words now: " + sfu(map));
}

Author comment

Began life as a copy of #1009408

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1009416
Snippet name: PersistentLister TreeMap Test
Eternal ID of this version: #1009416/2
Text MD5: 97b479dbf63e306bac18203670242157
Transpilation MD5: d9ae69eb5fc9d2db6ae52f9c68d34ff0
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-01 20:14:23
Source code size: 344 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 413 / 530
Version history: 1 change(s)
Referenced in: [show references]