Libraryless. Click here for Pure Java version (639L/5K/17K).
1 | !752 |
2 | |
3 | p { |
4 | DiskTextMap map = new DiskTextMap("bla"); |
5 | print("Map size: " + map.size()); |
6 | print("Keys: " + structure(map.keySet())); |
7 | S x = "/\\" + now(); |
8 | map.put(x, "Hello " + x); |
9 | print(map.get(x)); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
ID | Author/Program | Comment | Date |
---|---|---|---|
1193 | stefan | Works | 2015-12-17 20:45:22 |
Snippet ID: | #1002089 |
Snippet name: | Test DiskTextMap |
Eternal ID of this version: | #1002089/1 |
Text MD5: | 16412f693089d9ca54756b42af28622f |
Transpilation MD5: | e13c9a549c8ca985d1a767a87e33196b |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-12-17 20:41:59 |
Source code size: | 217 bytes / 10 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 954 / 976 |
Referenced in: | [show references] |