Uses of Class
com.google.common.collect.AbstractSetMultimap
-
Packages that use AbstractSetMultimap Package Description com.google.common.collect 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.collect Modifier and Type Class Description (package private) classAbstractSortedKeySortedSetMultimap<K,V>Basic implementation of aSortedSetMultimapwith a sorted key set.(package private) classAbstractSortedSetMultimap<K,V>Basic implementation of theSortedSetMultimapinterface.classHashMultimap<K,V>Implementation ofMultimapusing hash tables.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.private static classMultimaps.CustomSetMultimap<K,V>private static classMultimaps.CustomSortedSetMultimap<K,V>classTreeMultimap<K,V>Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.
-