Uses of Interface
org.glassfish.jersey.internal.guava.SetMultimap
-
Packages that use SetMultimap Package Description org.glassfish.jersey.internal.guava -
-
Uses of SetMultimap in org.glassfish.jersey.internal.guava
Subinterfaces of SetMultimap in org.glassfish.jersey.internal.guava Modifier and Type Interface Description interfaceSortedSetMultimap<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 SetMultimap Modifier and Type Class Description 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.
-