Class | Description |
---|---|
Countable |
A Java Object that has native memory allocated corresponding to this instance.
|
CpuCapabilitiesJni |
Utility class to determine CPU capabilities
|
DestructorThread |
A thread which invokes the "destruct" routine for objects after they have been garbage collected.
|
DestructorThread.Destructor |
N.B The Destructor SHOULD NOT refer back to its referent object either explicitly or
implicitly (for example, as a non-static inner class).
|
HybridClassBase | |
HybridData |
This object holds a native C++ member for hybrid Java/C++ objects.
|
HybridData.Destructor | |
IteratorHelper |
To iterate over an Iterator from C++ requires two calls per entry: hasNext()
and next().
|
JniTerminateHandler | |
MapIteratorHelper |
To iterate over a Map from C++ requires four calls per entry: hasNext(),
next(), getKey(), getValue().
|
NativeRunnable |
A Runnable that has a native run implementation.
|
ThreadScopeSupport |
Exception | Description |
---|---|
CppException | |
CppSystemErrorException | |
UnknownCppException |