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.collectionMethods in com.saperion.common.lang.collection that return CaseInsensitiveMap Modifier and Type Method Description static <T> CaseInsensitiveMap<T>Collections. newCaseInsensitiveMap(int elementCount)Creates a newCaseInsensitiveMapwith a size suitable to hold at least the specified number of elements without resizing.
 
-