Libraryless. Click here for Pure Java version (8011L/53K/179K).
1 | !7 |
2 | |
3 | static Map<S, Long> map; |
4 | |
5 | p {
|
6 | l_persistentLister(); |
7 | map = l_getTreeMap("German words with count");
|
8 | print("Map type: " + className(map));
|
9 | assertTrue(map << MapInConcept); |
10 | print("Size: " + l(map));
|
11 | print("Words: " + sfu(map));
|
12 | sleepSeconds(2); |
13 | longMultiSet_add(map, "Hallo"); |
14 | print("Words now: " + sfu(map));
|
15 | } |
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: | 726 / 926 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |