Class Tuple2<T1,T2>
java.lang.Object
com.couchbase.client.dcp.core.lang.Tuple2<T1,T2>
- Type Parameters:
T1- the type of the first value.T2- the type of the second value.
A container for two values.
Use the corresponding
Tuple.create(Object, Object) method to instantiate this tuple.-
Method Summary