- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for IterablesSizeOfCollection (0.16 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/cache/PopulatedCachesTest.java
} assertCollectionSize(map.keySet(), size); assertCollectionSize(map.entrySet(), size); assertCollectionSize(map.values(), size); } @SuppressWarnings("IterablesSizeOfCollection") // we are testing our iterator implementation private void assertCollectionSize(Collection<?> collection, int size) { assertThat(collection.size()).isEqualTo(size); if (size > 0) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 15.4K bytes - Click Count (0)