JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.google.cloud.Tuple
Packages that use
Tuple
Package
Description
com.google.cloud
Core classes for the
google-cloud
library.
Uses of
Tuple
in
com.google.cloud
Methods in
com.google.cloud
that return
Tuple
Modifier and Type
Method
Description
static <X,
Y>
Tuple
<X,
Y>
Tuple.
of
(X x, Y y)