Uses of Interface
org.glassfish.jersey.internal.guava.Multimap
Packages that use Multimap
-
Uses of Multimap in org.glassfish.jersey.internal.guava
Subinterfaces of Multimap in org.glassfish.jersey.internal.guavaModifier and TypeInterfaceDescriptioninterfaceListMultimap<K,V> AMultimapthat can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key.interfaceSetMultimap<K,V> AMultimapthat cannot hold duplicate key-value pairs.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 MultimapModifier 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.