Libraryless. Click here for Pure Java version (20439L/124K).
// A: object type // B: hash type (e.g. Long) // The hasher is just for speeding up the process. // Every object is also checked using eq() among those with the same hash. static <A, B> L<A> lambdaMapLike uniquifyUsingHasher(IF1<A, B> hasher, Iterable<A> l) { ret new UniquifyUsingHasher(hasher).addAll(l)!; }
Began life as a copy of #1034799
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034802 |
Snippet name: | uniquifyUsingHasher |
Eternal ID of this version: | #1034802/2 |
Text MD5: | a7451a11152a63a99870fb8e890bb39b |
Transpilation MD5: | ad9124b8a22147bb39fc3d8b663cc9b3 |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-10 19:38:07 |
Source code size: | 317 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 131 / 188 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |