- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Povirk (0.03 sec)
-
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ForwardingImmutableList.java
*/ package com.google.common.collect; import java.util.Collection; import java.util.List; import org.jspecify.annotations.Nullable; /** * GWT emulated version of {@link ImmutableList}. TODO(cpovirk): more doc * * @author Hayward Chan */ abstract class ForwardingImmutableList<E> extends ImmutableList<E> { ForwardingImmutableList() {} abstract List<E> delegateList();
Registered: 2025-05-30 12:43 - Last Modified: 2024-12-22 03:38 - 2.5K bytes - Viewed (0)