Uses of Class
org.springframework.util.LinkedMultiValueMap
Packages that use LinkedMultiValueMap Package Description org.springframework.core.type.classreading Support classes for reading annotation and class-level metadata.org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.Uses of LinkedMultiValueMap in org.springframework.core.type.classreading
Fields in org.springframework.core.type.classreading declared as LinkedMultiValueMap Modifier and Type Field Description protected LinkedMultiValueMap<String,AnnotationAttributes>AnnotationMetadataReadingVisitor. attributesMapDeprecated.Declared as aLinkedMultiValueMapinstead of aMultiValueMapto ensure that the hierarchical ordering of the entries is preserved.protected LinkedMultiValueMap<String,AnnotationAttributes>MethodMetadataReadingVisitor. attributesMapDeprecated.Uses of LinkedMultiValueMap in org.springframework.util
Methods in org.springframework.util that return LinkedMultiValueMap Modifier and Type Method Description LinkedMultiValueMap<K,V>LinkedMultiValueMap. clone()Create a regular copy of this Map.LinkedMultiValueMap<K,V>LinkedMultiValueMap. deepCopy()Create a deep copy of this Map.