- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for FilteredCollection (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/collect/Maps.java
// (which definitely has a fast size() implementation). While Collection also has a size() // implementation, it _may_ require iteration over the entire collection (e.g., a // FilteredCollection), which we want to avoid. if (values instanceof List || values instanceof ImmutableCollection) { return uniqueIndex( values.iterator(), keyFunction,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 157.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/Maps.java
// (which definitely has a fast size() implementation). While Collection also has a size() // implementation, it _may_ require iteration over the entire collection (e.g., a // FilteredCollection), which we want to avoid. if (values instanceof List || values instanceof ImmutableCollection) { return uniqueIndex( values.iterator(), keyFunction,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 163.4K bytes - Click Count (0)