1 | // returns (timer, estimated firing time) or null |
2 | static Pair<O, Long> nextFiringTimerInVM() { |
3 | T3<O, O, Long> t = nextFiringTimerInVM_withOwner(); |
4 | ret t == null ? null : pair(t.b, t.c); |
5 | } |
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: | 336 / 379 |
Version history: | 11 change(s) |
Referenced in: | [show references] |