Uses of Package
org.apache.drill.common.map
Packages that use org.apache.drill.common.map
-
Classes in org.apache.drill.common.map used by org.apache.drill.common.mapClassDescriptionA 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.