Simple implementation of {@link MultiValueMap} that wraps a {@link LinkedHashMap}, storing multiple values in a {@link LinkedList}.
See Source File