- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for LinkedHashMultimap (0.15 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/GenerateApiMapping.java
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.docs.dsl.source; import com.google.common.collect.LinkedHashMultimap; import com.google.common.collect.Multimap; import org.gradle.api.DefaultTask; import org.gradle.api.NonNullApi; import org.gradle.api.file.RegularFileProperty; import org.gradle.api.provider.SetProperty;
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 3.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/LinkedHashMultimapGwtSerializationDependencies.java
import com.google.common.annotations.GwtCompatible; import java.util.Collection; import java.util.Map; /** * A dummy superclass to support GWT serialization of the element types of a {@link * LinkedHashMultimap}. The GWT supersource for this class contains a field for each type. * * <p>For details about this hack, see {@code GwtSerializationDependencies}, which takes the same * approach but with a subclass rather than a superclass.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 24 18:57:48 UTC 2019 - 1.4K bytes - Viewed (0)