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

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

Introduction

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

The text is from its open source code.

Constructor

LinkedCaseInsensitiveMap()
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys according to the default Locale (by default in lower case).
LinkedCaseInsensitiveMap(int initialCapacity, @Nullable Locale locale)
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores case-insensitive keys according to the given Locale (by default in lower case).