Libraryless. Click here for Pure Java version (5227L/29K).
1 | static L<SRTEntry> srtFillCompletely(L<SRTEntry> l) { |
2 | for (Pair<SRTEntry> p : overlappingPairs(l)) |
3 | p.a.end = p.b.start; |
4 | ret l; |
5 | } |
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: | 129 / 201 |
Referenced in: | [show references] |