Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DummyCountDownLatch (0.12 sec)

  1. guava-testlib/src/com/google/common/testing/ArbitraryInstances.java

          public DummyScheduledThreadPoolExecutor() {
            super(1);
          }
        }
    
        public static final class DummyCountDownLatch extends CountDownLatch {
          public DummyCountDownLatch() {
            super(0);
          }
        }
    
        public static final class DummyRunnable implements Runnable, Serializable {
          @Override
          public void run() {}
        }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/ArbitraryInstances.java

          public DummyScheduledThreadPoolExecutor() {
            super(1);
          }
        }
    
        public static final class DummyCountDownLatch extends CountDownLatch {
          public DummyCountDownLatch() {
            super(0);
          }
        }
    
        public static final class DummyRunnable implements Runnable, Serializable {
          @Override
          public void run() {}
        }
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 20.8K bytes
    - Viewed (0)
Back to top