public class Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> extends Tuple
modCount| Constructor and Description | 
|---|
| Tuple9(T1 first,
      T2 second,
      T3 third,
      T4 fourth,
      T5 fifth,
      T6 sixth,
      T7 seventh,
      T8 eighth,
      T9 ninth) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | get(int index) | 
| T8 | getEighth() | 
| T5 | getFifth() | 
| T1 | getFirst() | 
| T4 | getFourth() | 
| T9 | getNinth() | 
| T2 | getSecond() | 
| T7 | getSeventh() | 
| T6 | getSixth() | 
| 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, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic int size()
public T1 getFirst()
public T2 getSecond()
public T3 getThird()
public T4 getFourth()
public T5 getFifth()
public T6 getSixth()
public T7 getSeventh()
public T8 getEighth()
public T9 getNinth()