Class DatabricksMap<K,V>
java.lang.Object
com.databricks.jdbc.api.impl.DatabricksMap<K,V>
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDatabricksMap(Map<K, V> map, String metadata) Constructs a DatabricksMap with the specified map and metadata. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DatabricksMap
-
-
Method Details
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
toString
-