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

10
LINES

< > BotCompany Repo | #1002089 // Test DiskTextMap

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

Libraryless. Click here for Pure Java version (639L/5K/17K).

!752

p {
  DiskTextMap map = new DiskTextMap("bla");
  print("Map size: " + map.size());
  print("Keys: " + structure(map.keySet()));
  S x = "/\\" + now();
  map.put(x, "Hello " + x);
  print(map.get(x));
}

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

Comments [hide]

ID Author/Program Comment Date
1193 stefan Works 2015-12-17 20:45:22

add comment

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: 843 / 839
Referenced in: [show references]