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

8
LINES

< > BotCompany Repo | #1002357 // TreeMap unstructure null test

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

Libraryless. Click here for Pure Java version (2513L/16K/53K).

!752

p {
  new TreeMap map;
  map.put(null, "woot");
  printStructure(map);
  printStructure(restructure(map));
}

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
1203 stefan OK, TreeMap doesn't take null keys... 2016-01-08 20:32:07

add comment

Snippet ID: #1002357
Snippet name: TreeMap unstructure null test
Eternal ID of this version: #1002357/1
Text MD5: 3808f6d18ed153d68a532078a9fe186b
Transpilation MD5: ea7f4c100eaae8137ad9bdd7b3a171b6
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-13 16:30:00
Source code size: 121 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 658 / 655
Referenced in: [show references]