Package com.couchbase.client.core.lang
Class Tuple4<T1,T2,T3,T4>
java.lang.Object
com.couchbase.client.core.lang.Tuple4<T1,T2,T3,T4>
- Type Parameters:
T1
- the type of the first value.T2
- the type of the second value.T3
- the type of the third value.T4
- the type of the fourth value.
public final class Tuple4<T1,T2,T3,T4> extends Object
A container for four values.
Use the corresponding
Tuple.create(Object, Object, Object, Object)
method to instantiate this tuple.- Since:
- 1.0
- Author:
- Michael Nitschinger
-
Method Summary