Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TransformingSequentialList (0.2 sec)

  1. android/guava/src/com/google/common/collect/Lists.java

            ? new TransformingRandomAccessList<>(fromList, function)
            : new TransformingSequentialList<>(fromList, function);
      }
    
      /**
       * Implementation of a sequential transforming list.
       *
       * @see Lists#transform
       */
      private static class TransformingSequentialList<
              F extends @Nullable Object, T extends @Nullable Object>
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 29 16:48:36 GMT 2024
    - 41.5K bytes
    - Viewed (0)
Back to top