Package | Description |
---|---|
com.google.common.base |
Basic utility libraries and interfaces.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FinalizableReferenceQueue.DecoupledLoader
Try to load Finalizer in its own class loader.
|
(package private) static class |
FinalizableReferenceQueue.DirectLoader
Loads Finalizer directly using the current class loader.
|
(package private) static class |
FinalizableReferenceQueue.SystemLoader
Tries to load Finalizer from the system class loader.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.Class<?> |
FinalizableReferenceQueue.loadFinalizer(FinalizableReferenceQueue.FinalizerLoader... loaders)
Iterates through the given loaders until it finds one that can load Finalizer.
|