|
|
|
@ -37,6 +37,7 @@ import org.springframework.lang.Nullable; |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Juergen Hoeller |
|
|
|
* @author Juergen Hoeller |
|
|
|
* @since 3.0 |
|
|
|
* @since 3.0 |
|
|
|
|
|
|
|
* @param <V> the value type |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@SuppressWarnings("serial") |
|
|
|
@SuppressWarnings("serial") |
|
|
|
public class LinkedCaseInsensitiveMap<V> implements Map<String, V>, Serializable, Cloneable { |
|
|
|
public class LinkedCaseInsensitiveMap<V> implements Map<String, V>, Serializable, Cloneable { |
|
|
|
|