1 | static <A> void treeSetClusters_merge(Map<A, Collection<A>> clusters, Collection<A> a, Collection<A> b) {
|
2 | for (A x : b) { a.add(x); clusters.put(x, a); }
|
3 | } |
Began life as a copy of #1009482
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010457 |
| Snippet name: | treeSetClusters_merge - helper function for clusters_add |
| Eternal ID of this version: | #1010457/1 |
| Text MD5: | fb357fb75d8e9431a86d25ab5510f6bf |
| Author: | stefan |
| Category: | javax / math |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-18 02:02:02 |
| Source code size: | 159 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 687 / 710 |
| Referenced in: | [show references] |