// returns (timer, estimated firing time) or null static Pair<O, Long> nextFiringTimerInVM() { T3<O, O, Long> t = nextFiringTimerInVM_withOwner(); ret t == null ? null : pair(t.b, t.c); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017641 |
| Snippet name: | nextFiringTimerInVM - only repeating timers (see FixedRateTimer) |
| Eternal ID of this version: | #1017641/12 |
| Text MD5: | d518d7cf5aedc4e4dd17b04de1b6c75d |
| Author: | stefan |
| Category: | javax / timers |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-22 17:05:15 |
| Source code size: | 195 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 539 / 595 |
| Version history: | 11 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017643 - nextFiringTimerInVM_withOwner |