1 | static <A, B> Map<A, B> expiringMap_renewOnget(long standardExpiryTime) { |
2 | ExpiringMap2<A, B> map = ExpiringMap2(standardExpiryTime); |
3 | map.renewOnGet = true; |
4 | ret map; |
5 | } |
6 | |
7 | static <A, B> Map<A, B> expiringMap_renewOnget(double standardExpirySeconds) { |
8 | ret expiringMap_renewOnget(toMS(standardExpirySeconds)); |
9 | } |
Began life as a copy of #1019885
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: | #1020393 |
Snippet name: | expiringMap_renewOnget |
Eternal ID of this version: | #1020393/1 |
Text MD5: | e1f5bc87b133860d70f5d61b21139665 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-18 23:34:40 |
Source code size: | 321 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 269 / 311 |
Referenced in: | [show references] |