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 TypeInterfaceDescriptioninterfaceSortedSetMultimap<K,V> ASetMultimapwhose 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 classHashMultimap<K,V> Implementation ofMultimapusing hash tables.classTreeMultimap<K,V> Implementation ofMultimapwhose keys and values are ordered by their natural ordering or by supplied comparators.