Libraryless. Click here for Pure Java version (2733L/17K).
1 | svoid test_isSyncTreeMap() { |
2 | testFunctionValues isSyncTreeMap( |
3 | null, false, |
4 | litmap(), false, |
5 | new TreeMap, false, |
6 | syncTreeMap(), true, |
7 | syncMap(), false |
8 | ); |
9 | } |
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: | 194 / 273 |
Referenced in: | [show references] |