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

5
LINES

< > BotCompany Repo | #1018926 // loadedClassesOfProgramWithSize

JavaX fragment (include)

static Map<Class, Int> loadedClassesOfProgramWithSize(O program) {
  L<Class> l = loadedClassesOfProgram(program);
  if (l == null) null;
  ret listToKeysWithCalculatedValue(l, f classSizeInBytes);
}

Author comment

Began life as a copy of #1018924

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018926
Snippet name: loadedClassesOfProgramWithSize
Eternal ID of this version: #1018926/3
Text MD5: a2d3dd25c2ac0cb0230f5357e18ba256
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-16 01:29:36
Source code size: 203 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 208 / 245
Version history: 2 change(s)
Referenced in: [show references]