Java org.springframework.util LinkedMultiValueMap fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util LinkedMultiValueMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util LinkedMultiValueMap.

The text is from its open source code.

Constructor

LinkedMultiValueMap()
Create a new LinkedMultiValueMap that wraps a LinkedHashMap .
LinkedMultiValueMap(int initialCapacity)
Create a new LinkedMultiValueMap that wraps a LinkedHashMap with the given initial capacity.
LinkedMultiValueMap(Map> otherMap)
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as the specified Map.

Method