Uses of Class
com.google.common.collect.LinkedHashMultimapGwtSerializationDependencies
-
Packages that use LinkedHashMultimapGwtSerializationDependencies Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of LinkedHashMultimapGwtSerializationDependencies in com.google.common.collect
Subclasses of LinkedHashMultimapGwtSerializationDependencies in com.google.common.collect Modifier and Type Class Description class
LinkedHashMultimap<K,V>
Implementation ofMultimap
that 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.
-