Uses of Interface
com.google.common.testing.GcFinalization.FinalizationPredicate
-
Packages that use GcFinalization.FinalizationPredicate Package Description com.google.common.testing This package contains testing utilities. -
-
Uses of GcFinalization.FinalizationPredicate in com.google.common.testing
Methods in com.google.common.testing with parameters of type GcFinalization.FinalizationPredicate Modifier and Type Method Description static void
GcFinalization. awaitDone(GcFinalization.FinalizationPredicate predicate)
Waits until the given predicate returns true, invoking the garbage collector as necessary to try to ensure that this will happen.
-