Uses of Class
com.saperion.common.lang.collection.CaseInsensitiveMap
-
Packages that use CaseInsensitiveMap Package Description com.saperion.common.lang.collection -
-
Uses of CaseInsensitiveMap in com.saperion.common.lang.collection
Methods in com.saperion.common.lang.collection that return CaseInsensitiveMap Modifier and Type Method Description static <T> CaseInsensitiveMap<T>
Collections. newCaseInsensitiveMap(int elementCount)
Creates a newCaseInsensitiveMap
with a size suitable to hold at least the specified number of elements without resizing.
-