- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TransformedCollection (0.07 sec)
-
android/guava/src/com/google/common/collect/Collections2.java
return new TransformedCollection<>(fromCollection, function); } private static final class TransformedCollection< F extends @Nullable Object, T extends @Nullable Object> extends AbstractCollection<T> { final Collection<F> fromCollection; final Function<? super F, ? extends T> function;Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 22.6K bytes - Viewed (0)