Package net.haesleinhuepf.clij.coremem.rgc
-
Interface Summary Interface Description Cleanable A cleanable object is an object that can return a runnable which task is to clean the ressources associated to the cleanable object.Cleaner A cleaner is a Runnable that 'cleans' the ressources associated to a referent.Freeable Freeable class. -
Class Summary Class Description FreeableBase Base class for all freeable objectsRessourceCleaner The ressource cleaner handles the release of ressources after the garbage collector has maked objects unreachable.