- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for EmptySetBuilderImpl (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/ImmutableSet.java
} private static final class EmptySetBuilderImpl<E> extends SetBuilderImpl<E> { private static final EmptySetBuilderImpl<Object> INSTANCE = new EmptySetBuilderImpl<>(); @SuppressWarnings("unchecked") static <E> SetBuilderImpl<E> instance() { return (SetBuilderImpl<E>) INSTANCE; } private EmptySetBuilderImpl() { super(0); } @Override
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)