static <A, B> Map<A, B> expiringMap(long standardExpiryTime) { ret syncExpiringMap(standardExpiryTime); } static <A, B> Map<A, B> expiringMap(double standardExpirySeconds) { ret syncExpiringMap(standardExpirySeconds); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020392 |
| Snippet name: | expiringMap - synonym of syncExpiringMap |
| Eternal ID of this version: | #1020392/1 |
| Text MD5: | ce8acef2c9fc830f9be9847a50eb4f66 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-18 23:33:17 |
| Source code size: | 228 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 489 / 547 |
| Referenced in: | [show references] |