public class ClassCounter extends Object
| Constructor and Description |
|---|
ClassCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
countNow() |
protected void |
finalize()
This method (when overriden), will be called when the VM determines that the Object can be
garbage collected.
|
String |
getDifferencesToNow() |
static String |
mark(String name) |
public void countNow()
public String getDifferencesToNow()
protected void finalize()
ObjectThe finalize() method of a Class is only called if it overrides finalize() - the finalize() method java.lang.Object is never called by the Eve VM.