Uses of Class
com.google.common.collect.AbstractSetMultimap
Packages that use AbstractSetMultimap
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of AbstractSetMultimap in com.google.common.collect
Subclasses of AbstractSetMultimap in com.google.common.collectModifier and TypeClassDescription(package private) classBasic implementation of aSortedSetMultimapwith a sorted key set.(package private) classBasic implementation of theSortedSetMultimapinterface.final classHashMultimap<K,V> Implementation ofMultimapusing hash tables.(package private) classA dummy superclass to support GWT serialization of the element types of aHashMultimap.final 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.(package private) classA dummy superclass to support GWT serialization of the element types of aLinkedHashMultimap.private static classprivate static classclassTreeMultimap<K,V> Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.