1 | sbool syncContains(Collection c, O o) {
|
2 | if (c == null) false; |
3 | synchronized(c) {
|
4 | ret c.contains(o); |
5 | } |
6 | } |
Began life as a copy of #1002990
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021830 |
| Snippet name: | syncContains |
| Eternal ID of this version: | #1021830/3 |
| Text MD5: | f00e0bc8f01a341434bd5ab0f1f6a8bc |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-01 01:51:51 |
| Source code size: | 117 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 493 / 542 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |