Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newValueCollectionBuilderWithExpectedSize (0.18 sec)

  1. 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)
Back to top