Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for suppressForPriorityBlockingQueue (0.34 sec)

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

        return emptySet();
      }
    
      protected Collection<Method> suppressForLinkedBlockingQueue() {
        return emptySet();
      }
    
      protected Collection<Method> suppressForPriorityBlockingQueue() {
        return emptySet();
      }
    
      protected Collection<Method> suppressForPriorityQueue() {
        return emptySet();
      }
    
      public Test testsForCheckedQueue() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 16:28:01 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/TestsForQueuesInJavaUtil.java

        return emptySet();
      }
    
      protected Collection<Method> suppressForLinkedBlockingQueue() {
        return emptySet();
      }
    
      protected Collection<Method> suppressForPriorityBlockingQueue() {
        return emptySet();
      }
    
      protected Collection<Method> suppressForPriorityQueue() {
        return emptySet();
      }
    
      public Test testsForArrayDeque() {
        return QueueTestSuiteBuilder.using(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 16:28:01 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  3. android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6QueueTests.java

        return new OpenJdk6QueueTests().allTests();
      }
    
      private static final List<Method> PQ_SUPPRESS = asList(getCreateWithNullUnsupportedMethod());
    
      @Override
      protected Collection<Method> suppressForPriorityBlockingQueue() {
        return PQ_SUPPRESS;
      }
    
      @Override
      protected Collection<Method> suppressForPriorityQueue() {
        return PQ_SUPPRESS;
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Jan 25 16:19:30 UTC 2025
    - 1.6K bytes
    - Viewed (0)
Back to top