Uses of Class
com.im.commons.util.ImmutableCaseInsensitiveMap
-
Packages that use ImmutableCaseInsensitiveMap Package Description com.im.commons.util -
-
Uses of ImmutableCaseInsensitiveMap in com.im.commons.util
Methods in com.im.commons.util that return ImmutableCaseInsensitiveMap Modifier and Type Method Description static <V> ImmutableCaseInsensitiveMap<V>
ImmutableCaseInsensitiveMap. copyOf(java.util.Map<?,V> map)
Wraps the original map to an immutable case insensitive map.
-