public class Countable
extends java.lang.Object
NB: THREAD SAFETY (this comment also exists at Countable.cpp)
dispose()
deletes the corresponding native object on whatever thread the method is
called on. In the common case when this is called by Countable#finalize(), this will be called on
the system finalizer thread. If you manually call dispose on the Java object, the native object
will be deleted synchronously on that thread.
Constructor and Description |
---|
Countable() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
protected void |
finalize() |