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