Uses of Interface
org.glassfish.jersey.internal.guava.ListMultimap
-
Uses of ListMultimap in org.glassfish.jersey.internal.guava
Modifier and TypeMethodDescriptionstatic <K,
V> ListMultimap<K, V> Multimaps.newListMultimap
(Map<K, Collection<V>> map, Supplier<? extends List<V>> factory) Creates a newListMultimap
that uses the provided map and factory.