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

3
LINES

< > BotCompany Repo | #1032497 // multiMapBucketSizes

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

Libraryless. Click here for Pure Java version (4259L/24K).

static <A, B> L<Int> multiMapBucketSizes(MultiMap<A, B> mm) {
  ret mm == null ? emptyList() : map l(mm.allLists());
}

Author comment

Began life as a copy of #1001296

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032497
Snippet name: multiMapBucketSizes
Eternal ID of this version: #1032497/2
Text MD5: cb710bbbf05169ce6cbad71f97de19b6
Transpilation MD5: 769cb834db022d4534539e9ac30b6419
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-10 18:10:51
Source code size: 120 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 68 / 107
Version history: 1 change(s)
Referenced in: [show references]