Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1030157 // entrySet - synonym of _entrySet

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (33L) is out of date.

static <A, B> Set<Map.Entry<A,B>> entrySet(Map<A, B> map) {
  ret _entrySet(map);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030157
Snippet name: entrySet - synonym of _entrySet
Eternal ID of this version: #1030157/3
Text MD5: 2ce1c6ce29ae2bef163a94b1b218be68
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:06:27
Source code size: 85 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 175 / 239
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1030158 - _entrySet - synonym of entrySet