Libraryless. Click here for Pure Java version (3877L/22K).
static <A, B> Iterator<B> valueIterator(Map<A, B> map) { ret map == null ? emptyItIt() : map.values().iterator(); }
Began life as a copy of #1002500
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1032986 |
Snippet name: | valueIterator |
Eternal ID of this version: | #1032986/1 |
Text MD5: | 0c80ef9198537bed6fbef420c560a58e |
Transpilation MD5: | 9f2f5a39989aec0a079e07d3f49022d1 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-11 08:00:23 |
Source code size: | 119 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 163 / 218 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |