T - is the class of object on which this computation is done.public interface SizeOf<T>
| Modifier and Type | Method and Description |
|---|---|
int |
sizeOf(T object)
Compute the amount of RAM in bytes used by this object.
|
int sizeOf(T object)
object - is the instance against the computation has to be done.