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

9
LINES

< > BotCompany Repo | #1030414 // guessObjectSizeWithout

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

Transpiled version (3204L) is out of date.

static long guessObjectSizeWithout(Cl objectsToIgnore, O o) {
  new guessDeepObjectSize_recursive_Data data;
  data.seen.addAll(objectsToIgnore);
  ret guessDeepObjectSize_recursive(data, o);
}

static long guessObjectSizeWithout(O o, Cl objectsToIgnore) {
  ret guessObjectSizeWithout(objectsToIgnore, o);
}

Author comment

Began life as a copy of #1018919

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030414
Snippet name: guessObjectSizeWithout
Eternal ID of this version: #1030414/5
Text MD5: 8b3ec834ecafa68787b58e8e01338f9e
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-29 18:28:16
Source code size: 312 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 149 / 222
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)