- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for newValueCollectionBuilderWithExpectedSize (0.28 seconds)
-
android/guava/src/com/google/common/collect/ImmutableMultimap.java
if (result == null) { result = Platform.preservesInsertionOrderOnPutsMap(); builderMap = result; } return result; } ImmutableCollection.Builder<V> newValueCollectionBuilderWithExpectedSize(int expectedSize) { return ImmutableList.builderWithExpectedSize(expectedSize); } /** * Provides a hint for how many values will be associated with each key newly added to the
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Dec 09 15:58:48 GMT 2025 - 27.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableMultimap.java
if (result == null) { result = Platform.preservesInsertionOrderOnPutsMap(); builderMap = result; } return result; } ImmutableCollection.Builder<V> newValueCollectionBuilderWithExpectedSize(int expectedSize) { return ImmutableList.builderWithExpectedSize(expectedSize); } /** * Provides a hint for how many values will be associated with each key newly added to the
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Dec 09 15:58:48 GMT 2025 - 28.1K bytes - Click Count (0)