- Sort Score
- Num 10 results
- Language All
Results 31 - 31 of 31 for builderWithExpectedSize (0.39 seconds)
-
guava/src/com/google/common/collect/Maps.java
if (values instanceof List || values instanceof ImmutableCollection) { return uniqueIndex( values.iterator(), keyFunction, ImmutableMap.builderWithExpectedSize(((Collection<?>) values).size())); } 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)