- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ImmutableListOfGenerator (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-testlib/src/com/google/common/collect/testing/google/ListGenerators.java
* Common generators of different types of lists. * * @author Hayward Chan */ @GwtCompatible @NullMarked public final class ListGenerators { private ListGenerators() {} public static class ImmutableListOfGenerator extends TestStringListGenerator { @Override protected List<String> create(String[] elements) { return ImmutableList.copyOf(elements); } }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 20:54:16 GMT 2025 - 5K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ImmutableListTest.java
import com.google.common.collect.testing.google.ListGenerators.ImmutableListMiddleSubListGenerator; import com.google.common.collect.testing.google.ListGenerators.ImmutableListOfGenerator; import com.google.common.collect.testing.google.ListGenerators.ImmutableListTailSubListGenerator; import com.google.common.collect.testing.google.ListGenerators.UnhashableElementsImmutableListGenerator;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 23.6K bytes - Click Count (0)