- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for FinalizationPredicate (0.11 sec)
-
android/guava-testlib/src/com/google/common/testing/GcFinalization.java
public interface FinalizationPredicate { boolean isDone(); } /** * Waits until the given weak reference is cleared, invoking the garbage collector as necessary to * try to ensure that this will happen. * * <p>This is a convenience method, equivalent to: * * {@snippet : * awaitDone(new FinalizationPredicate() { * public boolean isDone() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 11.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/GcFinalization.java
public interface FinalizationPredicate { boolean isDone(); } /** * Waits until the given weak reference is cleared, invoking the garbage collector as necessary to * try to ensure that this will happen. * * <p>This is a convenience method, equivalent to: * * {@snippet : * awaitDone(new FinalizationPredicate() { * public boolean isDone() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 11.5K bytes - Viewed (0)