| Interface | Description |
|---|---|
| CleanUpAction |
An action to be performed before clean up.
|
| Class | Description |
|---|---|
| Cache<T> |
This class allows caching objects of the given type.
|
| NativeLibraryLoader |
Utility class to load native libraries.
|
| NativeReference<T> |
This class associates a
CleanUpAction to a PhantomReference. |
| ReferenceMonitor<T> |
This class simplifies the interaction with the Java garbage collector, allowing a custom finalization action to be
performed on an object before it is definitely cleared from the memory.
|
Copyright © 2020. All rights reserved.