Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1025955 // vm_registeredInstancesSet

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2146L/14K).

static Set vm_registeredInstancesSet(Class c) {
  ret c == null ? null : vm_generalWeakSet("Instances of " + c.getName());
}

static Set vm_registeredInstancesSet(S className) {
  ret className == null ? null : vm_generalWeakSet("Instances of " + className);
}

Author comment

Began life as a copy of #1025954

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: #1025955
Snippet name: vm_registeredInstancesSet
Eternal ID of this version: #1025955/2
Text MD5: 580ea9c3cb4f8137a4c200c1bba94a9b
Transpilation MD5: ba129caa9a4c5b4bfd28fc175c74548a
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:05:19
Source code size: 266 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 108 / 175
Version history: 1 change(s)
Referenced in: [show references]