Package org.apache.drill.common.map
package org.apache.drill.common.map
-
ClassesClassDescriptionCaseInsensitiveMap<VALUE>A special type of
MapwithStrings 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.