public static interface GcFinalization.FinalizationPredicate
A predicate that is expected to return true subsequent to finalization, that is, one of the following actions taken by the garbage collector when performing a full collection in response to System.gc():
finalize methods of unreachable objects
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDone() |