Transpiled version (2147L) is out of date.
static <A> L<A> nuLike vm_registeredInstances(Class<A> c) { ret c == null ? null : cloneList(vm_registeredInstancesSet(c)); } static <A> L<A> nuLike vm_registeredInstances(S className) { ret className == null ? null : cloneList(vm_registeredInstancesSet(className)); }
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: | 177 / 269 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |