Java org.apache.commons.collections4.map CaseInsensitiveMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4.map CaseInsensitiveMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4.map CaseInsensitiveMap.

The text is from its open source code.

Constructor

CaseInsensitiveMap()
Constructs a new empty map with default size and load factor.
CaseInsensitiveMap(final int initialCapacity)
Constructs a new, empty map with the specified initial capacity.
CaseInsensitiveMap(final Map map)
Constructor copying elements from another map.