- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for suppressForPriorityBlockingQueue (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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; }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Jan 25 16:19:30 GMT 2025 - 1.6K bytes - Click Count (0) -
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(
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Feb 12 16:28:01 GMT 2025 - 7.7K bytes - Click Count (0) -
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; }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Jan 25 16:19:30 GMT 2025 - 1.6K bytes - Click Count (0)