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

9
LINES

< > BotCompany Repo | #1030011 // test_isSyncTreeMap

JavaX fragment (include) [tags: use-pretranspiled]

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

svoid test_isSyncTreeMap() {
  testFunctionValues isSyncTreeMap(
    null, false,
    litmap(), false,
    new TreeMap, false,
    syncTreeMap(), true,
    syncMap(), false
  );
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030011
Snippet name: test_isSyncTreeMap
Eternal ID of this version: #1030011/1
Text MD5: 262c92a8cd8b103dcd20ddd6d71a2cb9
Transpilation MD5: 5f3e54ec3950db0cfbe41b68edacdd67
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-10-29 11:50:03
Source code size: 187 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 104 / 166
Referenced in: [show references]