Libraryless. Click here for Pure Java version (31L/1K).
static <A> long getOrCreate_long(Map<A, Long> map, A key) { Long b = map.get(key); if (b == null) map.put(key, b = 0L); ret b; }
Began life as a copy of #1024526
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025545 |
| Snippet name: | getOrCreate_long |
| Eternal ID of this version: | #1025545/13 |
| Text MD5: | 0f0ae1a808541bbfa768a0eafb562e44 |
| Transpilation MD5: | 9e0e3310d21325cd8feb790baf21c516 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-03 13:05:13 |
| Source code size: | 143 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 456 / 646 |
| Version history: | 12 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |