Uses of Class
com.im.commons.util.AbstractCaseInsensitiveMap
-
Packages that use AbstractCaseInsensitiveMap Package Description com.im.commons.util -
-
Uses of AbstractCaseInsensitiveMap in com.im.commons.util
Subclasses of AbstractCaseInsensitiveMap in com.im.commons.util Modifier and Type Class Description class
CaseInsensitiveMap<V>
This Map is a delegate that transforms all keys to lowercase.class
ImmutableCaseInsensitiveMap<V>
This Map is a delegate that transforms all keys to lowercase.
-