Libraryless. Click here for Pure Java version (5099L/28K).
static <A> MultiSet<A> duplicates(Iterable<A> l) { ret multiSetDuplicatesOnly(asMultiSet(l)); }
Began life as a copy of #1028770
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033490 |
| Snippet name: | duplicates |
| Eternal ID of this version: | #1033490/3 |
| Text MD5: | b2abf2fa734dacc43fa4f4d85bb82515 |
| Transpilation MD5: | ff155c3497b67990b8d9d5132ede1eb8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-29 06:15:49 |
| Source code size: | 99 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 350 / 460 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |