JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
SEARCH:
Uses of Class
com.google.cloud.bigtable.common.Type.Map
Packages that use
Type.Map
Package
Description
com.google.cloud.bigtable.common
Uses of
Type.Map
in
com.google.cloud.bigtable.common
Methods in
com.google.cloud.bigtable.common
that return
Type.Map
Modifier and Type
Method
Description
static <K,
V>
Type.Map
<K,
V>
Type.Map.
create
(
SqlType
<K> keyType,
SqlType
<V> valueType)