- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for fromArrayWithExpectedSize (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/ImmutableSet.java
* @since 3.0 */ public static <E> ImmutableSet<E> copyOf(E[] elements) { return fromArrayWithExpectedSize(elements, estimatedSizeForUnknownDuplication(elements.length)); } private static <E> ImmutableSet<E> fromArrayWithExpectedSize(E[] elements, int expectedSize) { switch (elements.length) { case 0: return of(); case 1:
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Nov 07 16:09:47 GMT 2025 - 35.3K bytes - Click Count (0)