Uses of Class
org.apache.drill.common.map.CaseInsensitiveMap
Packages that use CaseInsensitiveMap
-
Uses of CaseInsensitiveMap in org.apache.drill.common.map
Methods in org.apache.drill.common.map that return CaseInsensitiveMapModifier and TypeMethodDescriptionstatic <VALUE> CaseInsensitiveMap<VALUE> CaseInsensitiveMap.newConcurrentMap()Returns a new instance ofConcurrentMapwith key case-insensitivity.static <VALUE> CaseInsensitiveMap<VALUE> CaseInsensitiveMap.newHashMap()Returns a new instance ofHashMapwith key case-insensitivity.static <VALUE> CaseInsensitiveMap<VALUE> CaseInsensitiveMap.newHashMapWithExpectedSize(int expectedSize) Returns a new instance ofHashMap, with key case-insensitivity, of expected size.static <VALUE> CaseInsensitiveMap<VALUE> CaseInsensitiveMap.newImmutableMap(Map<? extends String, ? extends VALUE> map) Returns a new instance ofImmutableMapwith key case-insensitivity.