- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testPeekingIteratorBehavesLikeIteratorOnSingletonIterable (0.27 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/collect/PeekingIteratorTest.java
} }.test(); } public void testPeekingIteratorBehavesLikeIteratorOnEmptyIterable() { actsLikeIteratorHelper(emptyList()); } public void testPeekingIteratorBehavesLikeIteratorOnSingletonIterable() { actsLikeIteratorHelper(singletonList(new Object())); } // TODO(cpovirk): instead of skipping, use a smaller number of steps @GwtIncompatible // works but takes 5 minutes to runCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 8.5K bytes - Click Count (0)