Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FinalizationPredicate (0.11 sec)

  1. 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)
  2. 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)
Back to top