Uses of Interface
org.glassfish.jersey.internal.guava.Multimap
-
Uses of Multimap in org.glassfish.jersey.internal.guava
Modifier and TypeInterfaceDescriptioninterface
ListMultimap<K,
V> AMultimap
that can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key.interface
SetMultimap<K,
V> AMultimap
that cannot hold duplicate key-value pairs.interface
SortedSetMultimap<K,
V> ASetMultimap
whose set of values for a given key are kept sorted; that is, they comprise aSortedSet
.Modifier 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.