public class Tuple4<T1,T2,T3,T4> extends Tuple
| Constructor and Description | 
|---|
| Tuple4(T1 first,
      T2 second,
      T3 third,
      T4 fourth) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | get(int index) | 
| T1 | getFirst() | 
| T4 | getFourth() | 
| T2 | getSecond() | 
| T3 | getThird() | 
| int | size() | 
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait