public class Tuple<E>
extends java.util.AbstractList<E>
implements java.io.Serializable
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o) | 
| E | get(int index) | 
| int | hashCode() | 
| int | size() | 
| java.util.List<E> | subList(int fromIndex,
       int toIndex) | 
| Tuple<E> | subTuple(int fromIndex,
        int toIndex) | 
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