Libraryless. Click here for Pure Java version (2526L/16K).
static <A extends AutoCloseable, B> void closeAllKeysAndClear(Map<A, B> map) { closeAllAndClear(keys(map)); }
Began life as a copy of #1026413
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029969 |
| Snippet name: | closeAllKeysAndClear |
| Eternal ID of this version: | #1029969/1 |
| Text MD5: | 88990abc4942aa382a929caef62cd9b6 |
| Transpilation MD5: | 8f9041858a3cc94de240697c51c5ec38 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-10-24 11:36:20 |
| Source code size: | 113 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 449 / 607 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |