Uses of Class
com.google.common.collect.LinkedHashMultimapGwtSerializationDependencies
Packages that use LinkedHashMultimapGwtSerializationDependencies
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of LinkedHashMultimapGwtSerializationDependencies in com.google.common.collect
Subclasses of LinkedHashMultimapGwtSerializationDependencies in com.google.common.collectModifier and TypeClassDescriptionfinal classLinkedHashMultimap<K,V> Implementation ofMultimapthat does not allow duplicate key-value entries and that returns collections whose iterators follow the ordering in which the data was added to the multimap.