1 | static <A> A popFirst_ping(L<A> l) { |
2 | ping(); |
3 | ret popFirst(l); |
4 | } |
5 | |
6 | static <A> A popFirst_ping(Collection<A> l) { |
7 | ping(); |
8 | ret popFirst(l); |
9 | } |
10 | |
11 | static <A> L<A> popFirst_ping(int n, L<A> l) { |
12 | ping(); |
13 | ret popFirst(n, l); |
14 | } |
Began life as a copy of #1007610
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025776 |
Snippet name: | popFirst_ping - popFirst + ping |
Eternal ID of this version: | #1025776/1 |
Text MD5: | 7c2936c47e9be2a06622fc09bde3ba7a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-19 14:56:52 |
Source code size: | 240 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 206 / 234 |
Referenced in: | [show references] |