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.
Modifier and Type | Method and Description |
---|---|
T1 |
value1()
Get the first value.
|
T2 |
value2()
Get the second value.
|
T3 |
value3()
Get the third value.
|
T4 |
value4()
Get the fourth value.
|
public T1 value1()
Get the first value.
public T2 value2()
Get the second value.
public T3 value3()
Get the third value.
public T4 value4()
Get the fourth value.
Copyright © 2014 Couchbase, Inc.