- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for generateImmutableList (0.45 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
list.add(freshElement); return list; } @Generates static <E> ImmutableList<E> generateImmutableList(E freshElement) { return ImmutableList.of(freshElement); } @Generates static <E> ImmutableCollection<E> generateImmutableCollection(E freshElement) { return generateImmutableList(freshElement); } @Generates static <E> Set<E> generateSet(@Nullable E freshElement) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 28.1K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
list.add(freshElement); return list; } @Generates static <E> ImmutableList<E> generateImmutableList(E freshElement) { return ImmutableList.of(freshElement); } @Generates static <E> ImmutableCollection<E> generateImmutableCollection(E freshElement) { return generateImmutableList(freshElement); } @Generates static <E> Set<E> generateSet(@Nullable E freshElement) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 28.7K bytes - Click Count (0)