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

4
LINES

< > BotCompany Repo | #1029150 // recursiveObjectSize

JavaX fragment (include)

static long recursiveObjectSize(RecursiveObjectSize ros default new, O o) {
  ros.recurse(o);
  ret ros.size;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029150
Snippet name: recursiveObjectSize
Eternal ID of this version: #1029150/4
Text MD5: 6db892345ad21116f9541f0c716697b5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-30 12:19:04
Source code size: 114 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 163 / 211
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1029388 - printRecursiveObjectSize
#1031065 - recursiveObjectSizeWithoutStrings - some people want this