- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for standardPoll (0.05 sec)
-
android/guava-tests/test/com/google/common/collect/ForwardingQueueTest.java
return standardOffer(o); } @Override public @Nullable T peek() { return standardPeek(); } @Override public @Nullable T poll() { return standardPoll(); } } @AndroidIncompatible // test-suite builders public static Test suite() { TestSuite suite = new TestSuite(); suite.addTestSuite(ForwardingQueueTest.class);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 4.3K bytes - Viewed (0)