public final class Tuple4<T1,T2,T3,T4> extends Tuple
modCount| Constructor and Description | 
|---|
Tuple4(T1 v1,
      T2 v2,
      T3 v3,
      T4 v4)  | 
Tuple4(Tuple4<T1,T2,T3,T4> tuple)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple4<T1,T2,T3,T4> | 
clone()  | 
T1 | 
getFirst()
Deprecated.  
 | 
T4 | 
getFourth()
Deprecated.  
 | 
T2 | 
getSecond()
Deprecated.  
 | 
T3 | 
getThird()
Deprecated.  
 | 
T1 | 
getV1()  | 
T2 | 
getV2()  | 
T3 | 
getV3()  | 
T4 | 
getV4()  | 
compareTo, equals, get, hashCode, size, subList, subTuple, toArray, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tupleadd, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArrayparallelStream, removeIf, stream@Deprecated public T1 getFirst()
@Deprecated public T2 getSecond()
@Deprecated public T3 getThird()
@Deprecated public T4 getFourth()
public T1 getV1()
public T2 getV2()
public T3 getV3()
public T4 getV4()