Uses of Class
com.cedarsoftware.util.CaseInsensitiveMap.CaseInsensitiveString
Packages that use CaseInsensitiveMap.CaseInsensitiveString
-
Uses of CaseInsensitiveMap.CaseInsensitiveString in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return CaseInsensitiveMap.CaseInsensitiveStringModifier and TypeMethodDescriptionFactory method to get a CaseInsensitiveString, using cached instances when possible.Method parameters in com.cedarsoftware.util with type arguments of type CaseInsensitiveMap.CaseInsensitiveStringModifier and TypeMethodDescriptionstatic voidCaseInsensitiveMap.replaceCache(LRUCache<String, CaseInsensitiveMap.CaseInsensitiveString> lruCache) Replaces the current cache used for CaseInsensitiveString instances with a new LRUCache.static voidCaseInsensitiveMap.replaceCache(ConcurrentHashMap<String, CaseInsensitiveMap.CaseInsensitiveString> cache) Replaces the current cache used for CaseInsensitiveString instances with a new ConcurrentHashMap.static voidCaseInsensitiveMap.replaceCache(ConcurrentHashMap<String, CaseInsensitiveMap.CaseInsensitiveString> cache, int capacity) Deprecated.
CaseInsensitiveMap.replaceCache(ConcurrentHashMap)instead.