Libraryless. Click here for Pure Java version (14701L/94K).
1 | static L<Concept> allBackRefs(Concept c) { |
2 | new IdentityHashMap<Concept, Bool> l; |
3 | if (c != null && c.backRefs != null) for (Concept.Ref r : cloneList(c.backRefs)) |
4 | l.put(r.concept(), true); |
5 | ret keysList(l); |
6 | } |
Began life as a copy of #1007228
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1029714 |
Snippet name: | allBackRefs |
Eternal ID of this version: | #1029714/4 |
Text MD5: | f5b0fbd15c901963fba99ae0fd7d05fc |
Transpilation MD5: | 367da049f2088ccdc73624b1ec67f136 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-03-18 22:03:09 |
Source code size: | 221 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 278 / 381 |
Version history: | 3 change(s) |
Referenced in: | [show references] |