Uses of Interface
org.hotswap.agent.util.spring.collections.MultiValueMap
-
Packages that use MultiValueMap Package Description org.hotswap.agent.util.spring.collections org.hotswap.agent.util.spring.util -
-
Uses of MultiValueMap in org.hotswap.agent.util.spring.collections
Classes in org.hotswap.agent.util.spring.collections that implement MultiValueMap Modifier and Type Class Description classLinkedMultiValueMap<K,V>Simple implementation ofMultiValueMapthat wraps aLinkedHashMap, storing multiple values in aLinkedList. -
Uses of MultiValueMap in org.hotswap.agent.util.spring.util
Methods in org.hotswap.agent.util.spring.util that return MultiValueMap Modifier and Type Method Description static <K,V>
MultiValueMap<K,V>CollectionUtils. toMultiValueMap(Map<K,List<V>> map)Adapt aMap<K, List<V>>to anMultiValueMap<K, V>.static <K,V>
MultiValueMap<K,V>CollectionUtils. unmodifiableMultiValueMap(MultiValueMap<? extends K,? extends V> map)Return an unmodifiable view of the specified multi-value map.Methods in org.hotswap.agent.util.spring.util with parameters of type MultiValueMap Modifier and Type Method Description static <K,V>
MultiValueMap<K,V>CollectionUtils. unmodifiableMultiValueMap(MultiValueMap<? extends K,? extends V> map)Return an unmodifiable view of the specified multi-value map.
-