Transpiled version (2147L) is out of date.
1 | static <A> L<A> nuLike vm_registeredInstances(Class<A> c) { |
2 | ret c == null ? null : cloneList(vm_registeredInstancesSet(c)); |
3 | } |
4 | |
5 | static <A> L<A> nuLike vm_registeredInstances(S className) { |
6 | ret className == null ? null : cloneList(vm_registeredInstancesSet(className)); |
7 | } |
Began life as a copy of #1025954
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1025957 |
Snippet name: | vm_registeredInstances |
Eternal ID of this version: | #1025957/3 |
Text MD5: | c31dcb8cd0fe89bd32b02e9ca5c191eb |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-11-02 13:04:57 |
Source code size: | 283 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 176 / 268 |
Version history: | 2 change(s) |
Referenced in: | [show references] |