Package org.apache.drill.common.map
package org.apache.drill.common.map
-
ClassDescriptionCaseInsensitiveMap<VALUE>A special type of
Map
withString
s as keys, and the case of a key is ignored for operations involving keys likeCaseInsensitiveMap.put(java.lang.String, VALUE)
,CaseInsensitiveMap.get(java.lang.Object)
, etc.