Uses of Interface
gw.util.perf.objectsize.IObjectSizeFilter
-
Packages that use IObjectSizeFilter Package Description gw.util.perf.objectsize -
-
Uses of IObjectSizeFilter in gw.util.perf.objectsize
Classes in gw.util.perf.objectsize that implement IObjectSizeFilter Modifier and Type Class Description classDefaultObjectSizeFilterMethods in gw.util.perf.objectsize with parameters of type IObjectSizeFilter Modifier and Type Method Description static ObjectSizeObjectSizeUtil. deepSizeOf(Object obj, IObjectSizeFilter filter, int maxObjects)Calculates full size of object iterating over its hierarchy graph.
-