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

9
LINES

< > BotCompany Repo | #1031783 // deepObjectSizeWithout - synonym of guessObjectSizeWithout

JavaX fragment (include)

1  
static long deepObjectSizeWithout(Cl objectsToIgnore, O o) {
2  
  ret guessObjectSizeWithout(objectsToIgnore, o);
3  
}
4  
5  
6  
7  
static long deepObjectSizeWithout(O o, Cl objectsToIgnore) {
8  
  ret guessObjectSizeWithout(o, objectsToIgnore);
9  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031783
Snippet name: deepObjectSizeWithout - synonym of guessObjectSizeWithout
Eternal ID of this version: #1031783/1
Text MD5: be33a39737c7f0e5bbdd258ecba84404
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-29 18:28:34
Source code size: 228 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 90 / 124
Referenced in: [show references]