public final class Tuple extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Tuple2<T1,T2> |
create(T1 v1,
T2 v2)
Creates a tuple with two values.
|
public static <T1,T2> Tuple2<T1,T2> create(T1 v1, T2 v2)
v1 - the first value.v2 - the second value.Copyright © 2021 Couchbase, Inc.. All rights reserved.