Simple implementation of {@link MultiValueMap} that wraps a {@link LinkedHashMap}, storing multiple values in a {@link LinkedList}.
This Map implementation is generally not thread-safe. It is primarily designed for data structures exposed from request objects, for use in a single thread only.
@author Arjen Poutsma
@author Juergen Hoeller
@since 3.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.