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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.collections.map.CaseInsensitiveMap has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

booleancontainsKey(Object key)
Checks whether the map contains the specified key.
Objectget(Object key)
Gets the value mapped to the key specified.
ClassgetClass()
Returns the runtime class of this Object .
SetkeySet()
Gets the keySet view of the map.
Objectput(Object key, Object value)
Puts a key-value mapping into this map.