Uses of Class
com.google.common.collect.AbstractSetMultimap
Packages that use AbstractSetMultimap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of AbstractSetMultimap in com.google.common.collect
Subclasses of AbstractSetMultimap in com.google.common.collectModifier and TypeClassDescription(package private) class
Basic implementation of aSortedSetMultimap
with a sorted key set.(package private) class
Basic implementation of theSortedSetMultimap
interface.final class
HashMultimap<K,
V> Implementation ofMultimap
using hash tables.(package private) class
A dummy superclass to support GWT serialization of the element types of aHashMultimap
.final 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.(package private) class
A dummy superclass to support GWT serialization of the element types of aLinkedHashMultimap
.private static class
private static class
class
TreeMultimap<K,
V> Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.