- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SetBuilderImpl (0.08 seconds)
-
guava/src/com/google/common/collect/ImmutableSet.java
} /** * Adds e to this SetBuilderImpl, returning the updated result. Only use the returned * SetBuilderImpl, since we may switch implementations if e.g. hash flooding is detected. */ abstract SetBuilderImpl<E> add(E e); /** Adds all the elements from the specified SetBuilderImpl to this SetBuilderImpl. */ final SetBuilderImpl<E> combine(SetBuilderImpl<E> other) { SetBuilderImpl<E> result = this;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Nov 07 16:09:47 GMT 2025 - 35.3K bytes - Click Count (0)