- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for createCollection (0.05 sec)
-
guava/src/com/google/common/collect/ArrayListMultimap.java
: DEFAULT_VALUES_PER_KEY); putAll(multimap); } /** * Creates a new, empty {@code ArrayList} to hold the collection of values for an arbitrary key. */ @Override List<V> createCollection() { return new ArrayList<>(expectedValuesPerKey); } /** * Reduces the memory used by this {@code ArrayListMultimap}, if feasible. *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 23:15:58 UTC 2025 - 6.8K bytes - Viewed (0)