JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
org.apache.commons.collections4.map.CaseInsensitiveMap
Packages that use
CaseInsensitiveMap
Package
Description
org.apache.commons.collections4.map
This package contains implementations of the
Map
,
IterableMap
,
OrderedMap
and
SortedMap
interfaces.
Uses of
CaseInsensitiveMap
in
org.apache.commons.collections4.map
Methods in
org.apache.commons.collections4.map
that return
CaseInsensitiveMap
Modifier and Type
Method and Description
CaseInsensitiveMap
<
K
,
V
>
CaseInsensitiveMap.
clone
()
Clones the map without cloning the keys or values.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes