- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TransformingSequentialList (0.14 sec)
-
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 final class TransformingSequentialList< F extends @Nullable Object, T extends @Nullable Object>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 42.2K bytes - Viewed (0)