Uses of Class
org.springframework.util.MultiValueMapAdapter
Packages that use MultiValueMapAdapter
Package
Description
Miscellaneous utility classes, such as String manipulation utilities,
 a Log4J configurer, and a state holder for paged lists of objects.
- 
Uses of MultiValueMapAdapter in org.springframework.util
Subclasses of MultiValueMapAdapter in org.springframework.utilModifier and TypeClassDescriptionclassLinkedMultiValueMap<K,V> Simple implementation ofMultiValueMapthat wraps aLinkedHashMap, storing multiple values in anArrayList.