JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.couchbase.client.dcp.core.lang.Tuple2
Packages that use
Tuple2
Package
Description
com.couchbase.client.dcp.core.lang
Uses of
Tuple2
in
com.couchbase.client.dcp.core.lang
Methods in
com.couchbase.client.dcp.core.lang
that return
Tuple2
Modifier and Type
Method
Description
static <T1,
T2>
Tuple2
<T1,
T2>
Tuple.
create
(T1 v1, T2 v2)
Creates a tuple with two values.
Tuple2
<
T2
,
T1
>
Tuple2.
swap
()
Create a new
Tuple2
where the two values are swapped.