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

3
LINES

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

JavaX fragment (include)

static <A, B> Set<Map.Entry<A,B>> _entrySet(Map<A, B> map) {
  ret map == null ? Collections.EMPTY_SET : map.entrySet();
}

Author comment

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: 165 / 211
Version history: 2 change(s)
Referenced in: [show references]