- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newValueCollectionBuilderWithExpectedSize (0.18 sec)
-
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
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 27.9K bytes - Viewed (0)