com.google.common.testing
Interface GcFinalization.FinalizationPredicate

Enclosing class:
GcFinalization

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():


Method Summary
 boolean isDone()
           
 

Method Detail

isDone

boolean isDone()


Copyright © 2010-2012. All Rights Reserved.