Uses of Interface
org.glassfish.jersey.internal.guava.SortedSetMultimap
Packages that use SortedSetMultimap
-
Uses of SortedSetMultimap in org.glassfish.jersey.internal.guava
Classes in org.glassfish.jersey.internal.guava that implement SortedSetMultimapModifier and TypeClassDescriptionclass
TreeMultimap<K,
V> Implementation ofMultimap
whose keys and values are ordered by their natural ordering or by supplied comparators.