Uses of Interface
org.glassfish.jersey.internal.guava.SetMultimap
Packages that use SetMultimap
-
Uses of SetMultimap in org.glassfish.jersey.internal.guava
Subinterfaces of SetMultimap in org.glassfish.jersey.internal.guavaModifier and TypeInterfaceDescriptioninterface
SortedSetMultimap<K,
V> ASetMultimap
whose set of values for a given key are kept sorted; that is, they comprise aSortedSet
.Classes in org.glassfish.jersey.internal.guava that implement SetMultimapModifier and TypeClassDescriptionfinal class
HashMultimap<K,
V> Implementation ofMultimap
using hash tables.class
TreeMultimap<K,
V> Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.