- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testZeroElements (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/collect/QueuesTest.java
} public void testDrainUninterruptiblyOverflow() { Queues.drainUninterruptibly( new SynchronousQueue<>(), new ArrayList<>(), /* numElements= */ 0, MAX_DURATION); } public void testZeroElements() throws Exception { for (BlockingQueue<Object> q : blockingQueues()) { checkZeroElements(q); } } private void checkZeroElements(BlockingQueue<Object> q) throws InterruptedException {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Nov 04 17:24:58 GMT 2025 - 12.6K bytes - Click Count (0)