| Package | Description |
|---|---|
| com.couchbase.client.dcp.core.lang |
| Modifier and Type | Method and 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. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.