1 | static <A, B> Map<A, B> expiringMap(long standardExpiryTime) { |
2 | ret syncExpiringMap(standardExpiryTime); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A, B> Map<A, B> expiringMap(double standardExpirySeconds) { |
8 | ret syncExpiringMap(standardExpirySeconds); |
9 | } |
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: | 280 / 321 |
Referenced in: | [show references] |