public interface Sizable
| Modifier and Type | Method | Description |
|---|---|---|
int |
calculateSize() |
Calculate the memory footprint for this instance.
|
int calculateSize()
Note: If utilizing SimpleMemoryCalculator.sizeOf(Object), do not
pass the instance itself as it will result in endless recursion.