1 | static <A, B> Set<Map.Entry<A,B>> _entrySet(Map<A, B> map) {
|
2 | ret map == null ? Collections.EMPTY_SET : map.entrySet(); |
3 | } |
Began life as a copy of #1030157
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030158 |
| Snippet name: | _entrySet - synonym of entrySet |
| Eternal ID of this version: | #1030158/3 |
| Text MD5: | d1cad431806e777ab8c3115c43475962 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-11 21:07:16 |
| Source code size: | 124 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 537 / 594 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |