Libraryless. Click here for Pure Java version (10759L/59K).
1 | static <A, B> ItIt<Pair<A, B>> mapToPairsIterator(Map<A, B> map) { |
2 | ret map == null ?: mapI(map.entrySet(), e -> pair(e.getKey(), e.getValue())); |
3 | } |
Began life as a copy of #1011173
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036586 |
Snippet name: | mapToPairsIterator |
Eternal ID of this version: | #1036586/1 |
Text MD5: | 15c83eeda7cde6bcae3ec6cb1fd71426 |
Transpilation MD5: | 8775b340abc39e02e974da0699d13c55 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2023-03-22 15:22:46 |
Source code size: | 150 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 145 / 202 |
Referenced in: | [show references] |