Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TransformedCollection (0.09 seconds)

  1. 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;
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 16:16:42 GMT 2026
    - 23K bytes
    - Click Count (0)
Back to Top