Libraryless. Click here for Pure Java version (5227L/29K).
static L<SRTEntry> srtFillCompletely(L<SRTEntry> l) { for (Pair<SRTEntry> p : overlappingPairs(l)) p.a.end = p.b.start; ret l; }
Began life as a copy of #1033617
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033618 |
| Snippet name: | srtFillCompletely |
| Eternal ID of this version: | #1033618/1 |
| Text MD5: | aba4b901793b4aaa2a1e241b1cfd90c3 |
| Transpilation MD5: | dc5ed2d16fb231f972215cfb1eb4c8b6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-11-26 00:38:13 |
| Source code size: | 140 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 320 / 436 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |