Libraryless. Click here for Pure Java version (10714L/59K).
static <A, B> Map<A, B> asSyncTreeMap(Comparator<A> comparator default null, Map<A, B> map) { ret isSyncTreeMap(map) ? map : synchroNavigableMap(asTreeMap(comparator, map)); }
Began life as a copy of #1028069
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030006 |
| Snippet name: | asSyncTreeMap |
| Eternal ID of this version: | #1030006/7 |
| Text MD5: | 91f001355bff854b664c7ed3a52ec5bc |
| Transpilation MD5: | 5044c54ece4ed0ed9570d77fd71a469a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2023-06-17 08:11:40 |
| Source code size: | 181 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 601 / 808 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |